[Webkit-unassigned] [Bug 17840] [Transforms] Modifying transform values on relatively positioned elements fails to redraw

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


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


simon.fraser at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-                     |simon.fraser at apple.com
                   |unassigned at lists.webkit.org |
             Status|NEW                         |ASSIGNED
  Attachment #25089|                            |review?(hyatt at apple.com)
               Flag|                            |




------- Comment #4 from simon.fraser at apple.com  2008-11-11 23:27 PDT -------
Created an attachment (id=25089)
 --> (https://bugs.webkit.org/attachment.cgi?id=25089&action=view)
Patch

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.


-- 
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.
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list