[webkit-reviews] review requested: [Bug 17840] [Transforms] Modifying transform values on relatively positioned elements fails to redraw : [Attachment 25089] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 11 23:27:19 PST 2008


Simon Fraser (smfr) <simon.fraser at apple.com> has asked Dave Hyatt
<hyatt at apple.com> for review:
Bug 17840: [Transforms] Modifying transform values on relatively positioned
elements fails to redraw
https://bugs.webkit.org/show_bug.cgi?id=17840

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

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
In RenderBox::computeAbsoluteRepaintRect(), the transform block clobbered
topLeft after it had been adjusted for relative positioning, and for the
offsetForPositionedInContainer().

The patch moves the topLeft adjustments until after the transform has been
applied.


More information about the webkit-reviews mailing list