[Webkit-unassigned] [Bug 94964] Repaint issue in vertical-rl content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 28 10:17:19 PDT 2012


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





--- Comment #4 from Dave Hyatt <hyatt at apple.com>  2012-08-28 10:17:21 PST ---
Yeah, this is essentially identical to text shadow visual overflow, which is also in the local block's coordinate space. You can see that since text shadow offsets are physical, we essentially have to negate the shadow offset along the axis of the flip.

We need to do this same kind of negation for any relative position/sticky position offsets that are added in to local block coordinates.

-- 
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