[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:31:13 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=21879





------- Comment #6 from ned at wondermill.com  2008-10-24 17:31 PDT -------
Its worth mentioning that if the select element is shown using display:block,
everything works fine. The bug is only related to display:inline or display:.

(In reply to comment #0)
> This bug can be seen in nightly build r37790, as well as Safari 3.1.2 and
> Google Chrome 0.2.149.30.
> 
> When a select tag that is part of a table cell is hidden using javascript and
> the display property with a value of 'none', and the subsequently shown again
> using javascript and the display property '' or 'inline', the cell containing
> the select tag shrinks to only being a few pixels wide. When the select tag is
> then clicked on by the user, the table cell suddenly expands to the expected
> width. The javascript is being fired from an onchange event handler on another
> select tag.
> 
> Screenshots and a test case reduction will be included below.
> 


-- 
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