[webkit-reviews] review denied: [Bug 60689] REGRESSION (r81992): layout triggered by position update fails to apply when transform is updated at same time : [Attachment 93421] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 25 16:41:48 PDT 2011


James Robinson <jamesr at chromium.org> has denied Shane Stephens
<shanestephens at google.com>'s request for review:
Bug 60689: REGRESSION (r81992): layout triggered by position update fails to
apply when transform is updated at same time
https://bugs.webkit.org/show_bug.cgi?id=60689

Attachment 93421: Patch
https://bugs.webkit.org/attachment.cgi?id=93421&action=review

------- Additional Comments from James Robinson <jamesr at chromium.org>
Not quite - theres code on RenderBlock.cpp:2133 to try to do
simplifiedNormalFlowLayout().  should the check be
needsPositionedMovementLayout() && !needsSimplifiedNormalFlowLayout()? maybe
needsPositionedMovementLayout() should be false when
needsSimplifiedNormalFlowLayout() is true?


More information about the webkit-reviews mailing list