[Webkit-unassigned] [Bug 18809] New: Froms with generated content and absolutely positioned labels break inline layout (fixed on reflow)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 30 02:29:52 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=18809
Summary: Froms with generated content and absolutely positioned
labels break inline layout (fixed on reflow)
Product: WebKit
Version: 525.x (Safari 3.1)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: robin at reala.net
Given:
a) A form with generated content
b) Inline children
c) Absolutely positioned labels
The expected rendering doesn't happen until the page has reflowed at least
once. Please see the attached testcase, where Firefox (tested with 2.0.0.14)
and Opera (tested with 9.26) both do what I suspect, but Safari 3.1 fails by
putting the selects on seperate lines until you've made the labels static and
then absolute again. The button demonstrates this.
--
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