[Webkit-unassigned] [Bug 49111] [RTL] Arabic/AB - after typing a date, cursors doesn't go back

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 20 11:24:58 PST 2010


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





--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org>  2010-12-20 11:24:58 PST ---
This bug is a combination of a bug in VisiblePosition::rightVisuallyDistinctCandidate and in the caret rendering.

Let me elaborate on the caret rendering first:
Suppose we're rendering ١١مارس,
then the caret at offset 2 is rendered between ١١ and مارس in a RTL block but rendered at the right edge in a LTR block. However, the caret is rendered at the right edge for offset 6 as well.  As a result, there's no way for us to render the caret between ١١ and مارس.

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