[Webkit-unassigned] [Bug 8092] New: REGRESSION (NativeTextField): table contents misaligned in Netflix queue
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Thu Mar 30 14:45:01 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=8092
Summary: REGRESSION (NativeTextField): table contents misaligned
in Netflix queue
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
URL: http://www.netflix.com/Queue
OS/Version: Mac OS X 10.4
Status: NEW
Keywords: HasReduction, Regression, InRadar, NativeTextField
Severity: normal
Priority: P1
Component: HTML Forms
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: sullivan at apple.com
This bug is also in Radar as <rdar://4496831>
To reproduce:
1. log in to netflix (requires account)
2. click Queue tab
The data in the columns (other than the first column) is pushed over to the
right. See attached picture. I think this started in the last few days.
-------------------------------------------
Here's a reduction. It seems to be an interaction of the new text fields with
table layout:
<table><tr><td style="background-color:red;"><input
style="width:20px;"></td></tr></table>
In released Safaris, the table cell neatly encloses the text field. In tip of
tree, the table cell is much wider than the text field. It looks like the
enclosing table cell is sized based on the default width of an input element,
rather than the specified width of this particular input element.
--
Configure bugmail: http://bugzilla.opendarwin.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