[Webkit-unassigned] [Bug 65871] Fixing 65868 REGRESSION(r92610) caused by 65668 - Optimize floating elements lookup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 8 13:30:30 PDT 2011


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


Chiculita Alexandru <achicu at adobe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #103284|                            |review?, commit-queue?
               Flag|                            |




--- Comment #1 from Chiculita Alexandru <achicu at adobe.com>  2011-08-08 13:30:30 PST ---
Created an attachment (id=103284)
 --> (https://bugs.webkit.org/attachment.cgi?id=103284&action=review)
Patch

"positionNewFloatOnLine" is moving the object, so it had to remove it from the tree, move it and add it back in the tree. "removePlacedObject" also sets the isPlaced to false, so the call to x() or y() would assert about isPlaced being false. Now I saved the old position on stack before calling removePlacedObject, so that the assert is avoided.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list