[Webkit-unassigned] [Bug 21879] New: 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:09:36 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21879
Summary: Hiding an inline select element in a table causes the
table column to remain collapsed when select element is
later shown
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ned at wondermill.com
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