Bug 52993 - nowrap is ignored in <td> elements
Summary: nowrap is ignored in <td> elements
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: Compiled Sources Other
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
: 54695 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-01-14 16:57 UTC by Timo A. Hummel
Modified: 2003-07-31 11:12 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timo A. Hummel 2003-01-14 16:57:39 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:          Other

Webmin uses images to display characters in their overview. When using Konqueror, these images are wrapped around altough the nowrap property is specified. Code excerpt:

<img src="blabla><br>
<img src="blabla2><img src="blabla3">

Konqueror uses the first line (blabla) to calculate the cell width, thus wrapping all images in line 2 (blabla2, blabla3). 

Opera rendering:
http://www.monday-rec.com/temp/webmin-opera.png

Konqueror rendering:
http://www.monday-rec.com/temp/webmin-konqueror.png
Comment 1 Bret Baptist 2003-01-18 02:09:53 UTC
This is happening to me on KDE 3.1 RC5.  I have not seen anything that would
indicate that this has been fixed.  Thank you for looking into this.


Bret.

Comment 2 Bret Baptist 2003-01-21 18:35:54 UTC
I just upgraded to the latest Mandrake cooker.  I am now running KDE 3.1 RC6. 
This bug is still there.  Is there any chance this will be fixed before 3.1
Final?  This bug makes using squirrelmail painful, all the date fields in the
message list are wrapped really stupid.  Thank you.


Bret.
Comment 3 Bret Baptist 2003-01-30 01:40:55 UTC
Well now running KDE 3.1 final from Mandrake cooker.  The nowrap bug is still
present.  Guess it will have to wait until 3.1.1, KDE for WORKGROUPs.  Sad really.


Bret.

Comment 4 Bret Baptist 2003-02-15 21:59:17 UTC
This bug is at 143 votes now.  Isn't it about time it gets fixed?  All we have to do is look 
at how khtml handled the nowrap tag in <td> and we are set.  Come on, how hard can it 
be??? 
 
I have been using mozilla constantly solely because of THIS bug.  Thank you for looking 
into it. 
 
 
Bret. 
 
 
Comment 5 Maksim Orlovich 2003-02-19 00:48:06 UTC
*** Bug 54695 has been marked as a duplicate of this bug. ***
Comment 6 Stephan Binner 2003-02-25 15:16:59 UTC
Works with HEAD. 
Comment 7 M. Darrin Tisdale 2003-02-25 15:30:02 UTC
Subject: Re:  nowrap is ignored in <td> elements

On Tuesday 25 February 2003 09:17 am, you wrote:
> ------- You are receiving this mail because: -------
> You are a voter for the bug, or are watching someone who is.
>
> http://bugs.kde.org/show_bug.cgi?id=52993
> binner@kde.org changed:
>
>            What    |Removed                     |Added
> ---------------------------------------------------------------------------
>- Status|NEW                         |RESOLVED
>          Resolution|                            |FIXED
>
>
>
> ------- Additional Comments From binner@kde.org  2003-02-25 15:16 -------
> Works with HEAD.

Just a note of thanks!

Comment 8 jeff pitman 2003-07-14 05:39:26 UTC
Could a patch be created for 3.1.3?  I am running 3.1.2 and the issue is still there. Or is this 
something we need to wait for 3.2? 
 
thanks, 
jeff p. 
Comment 9 Vit Kotrla 2003-07-31 10:59:17 UTC
Could a patch be created for 3.1.2 insted? I'm going to upgrade to 3.1.2 and
this nowrap bug is really annoying :-(

Thanks,

Vit K.
Comment 10 Vit Kotrla 2003-07-31 11:12:20 UTC
Oops, just now I mentioned this bug is marked "RESOLVED/FIXED" by binner@kde.org
as of 2003-02-2515:16:59. Can anyone confirm state of this bug in KDE 3.1.2? I'm
using 3.1.1 which positively ignores nowrap.

Thanks,

Vit K.
Comment 11 niccad 2003-07-31 14:59:56 UTC
Subject: Re:  nowrap is ignored in <td> elements

On Thu, 2003-07-31 at 05:12, Vit Kotrla wrote:
> ------- Additional Comments From kotrla@ceb.cz  2003-07-31 11:12 -------
> Oops, just now I mentioned this bug is marked "RESOLVED/FIXED" by binner@kde.org
> as of 2003-02-2515:16:59. Can anyone confirm state of this bug in KDE 3.1.2? I'm
> using 3.1.1 which positively ignores nowrap.

3.1.3 (Debian Woody) still ignores nowrap.

Nicolas