[Webkit-unassigned] [Bug 25252] REGRESSION (r41469): mis-layout at endless.com before window resize

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 1 12:00:23 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25252





------- Comment #22 from simon.fraser at apple.com  2009-05-01 12:00 PDT -------
The behavioral change from the original commit is that the state of hasLayer()
changed when removeOnlyThisLayer() is being called. Previously, it was false,
because RenderBoxModelObject::styleDidChange() had already set it so. After the
change, it remains true until destroyLayer is called. This is affecting the
behavior of updateLayerPositions() on the children.


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