[Webkit-unassigned] [Bug 12373] ASSERTION FAILURE: !child->needsLayout() on paypal.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 27 22:35:53 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12373





------- Comment #7 from mitz at webkit.org  2007-01-27 22:35 PDT -------
Firefox has a UA stylesheet rule that sets such forms to display:none. The
children of the form element are pushed out anyway, so it shouldn't matter. I
tried to override createRenderer() to return 0 if the form element has one of
the forbidden parents (table, tbody, tfoot, thead, tr) but it broke some of the
fast/dom tests where the form is created dynamically inside the table. Maybe
other rules apply there.


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