[Webkit-unassigned] [Bug 12218] Wikipedia infobox is displayed incorrectly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 16 09:38:10 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=12218
------- Comment #2 from pewtermoose at gmail.com 2007-01-16 09:38 PDT -------
Created an attachment (id=12489)
--> (http://bugs.webkit.org/attachment.cgi?id=12489&action=view)
Reduction
The problem here is with table rows whose first table cell has 100% width. You
can cause all kinds of wierd stuff if you take the following code and mess
around with the contents of the second cell.
<table><tr><td style="width: 100%">Text to show the
bug</td><td>-</td></tr></table>
causes the table to stop at a width of 856px, a space stops it at 456px,
and a -, 956px no matter how wide the browser is. It seems to depend on how
much content is in that cell as adding something long makes it behave properly.
The problem on wikipedia is actually this bug twice. They have two of these
nested within each other that cause it to shrink to the width of the content
(despite having width: 100%), which then grows when the content is displayed
via Javascript.
(Hopefully this makes sense).
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list