[Webkit-unassigned] [Bug 76129] origin of overflowed element obscured by scrollbar in horizontal-bt and vertical-rl writing modes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 17 16:06:04 PST 2012


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


Tony Chang <tony at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|tony at chromium.org           |webkit-unassigned at lists.web
                   |                            |kit.org




--- Comment #4 from Tony Chang <tony at chromium.org>  2012-01-17 16:06:04 PST ---
This seems non-trivial to fix.  It works in RTL mode because the layout origin is relative to where the text start (top right corner in horizontal-tb) and the overflow is computed properly relative to to where the text starts.  In the horizontal-bt or vertical-rl case, the overflow is still computed based on the top left corner.

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