[webkit-reviews] review granted: [Bug 12114] Clearing a float with an element that floats causes problem with next float in the opposite direction : [Attachment 12229] Patch that does left/right y-computations separately.

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Thu Jan 4 14:48:30 PST 2007


Adam Roben <aroben at apple.com> has granted Adam Roben <aroben at apple.com>'s
request for review:
Bug 12114: Clearing a float with an element that floats causes problem with
next float in the opposite direction
http://bugs.webkit.org/show_bug.cgi?id=12114

Attachment 12229: Patch that does left/right y-computations separately.
http://bugs.webkit.org/attachment.cgi?id=12229&action=edit

------- Additional Comments from Adam Roben <aroben at apple.com>
+    FloatingObject* lastFloat = f;

   Might as well initialize this to f->prev() to save an unnecessary pass
through the while loop.

   r=me



More information about the webkit-reviews mailing list