[Webkit-unassigned] [Bug 10862] REGRESSION: Collapsing form input on www.myspace.com

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri Sep 15 08:24:17 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10862





------- Comment #6 from opendarwin.org at mitzpettel.com  2006-09-15 08:24 PDT -------
The wrong layout is the due to the subtree layout mechanism being triggered
when it shouldn't be. It happens as a result of calling setNeedsLayout() on a
new RenderText which doesn't have a parent yet (this happens under setStyle()
under createRendererIfNeeded()). RenderObject::scheduleRelayout() is confused
as a result of this. In its "else" case, it should simply do nothing if
parent() is 0.


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