[Webkit-unassigned] [Bug 21879] Hiding an inline select element in a table causes the table column to remain collapsed when select element is later shown
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 24 17:15:09 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21879
------- Comment #1 from ned at wondermill.com 2008-10-24 17:15 PDT -------
Created an attachment (id=24662)
--> (https://bugs.webkit.org/attachment.cgi?id=24662&action=view)
test case reduction
To view the bug, select "United Kingdom" in the first select element. The
second select element will be hidden. Then change the first select element to
"United States" or "Canada" and the second select element should appear, only
this time the width of the table cell it is in is only a few pixels, and the
input element seems to display on top of the select element. If you then click
on the second select element, the table cell will change widths to what they
originally were on initial render (before the second select element was ever
hidden).
It is worth mentioning that if the second select element is set to a display
property of 'block' when it is being shown, the bug does not occur. Only
display values of '' or 'inline' cause the bug.
--
Configure bugmail: https://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