[Webkit-unassigned] [Bug 52176] DOM position at the boundary of LTR/RTL text inside a RTL/LTR block is wrong

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 19 08:48:12 PST 2011


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





--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org>  2011-01-19 08:48:12 PST ---
(In reply to comment #2)
> What do you mean by “the offset at the boundary of text”? An offset corresponding to that caret position?

Yes.  When the caret is at the either edge of LTR text in a RTL block or RTL text in a LTR block, the corresponding offset follows the block's text direction on WebKit whereas it follows text's direction on Internet Explorer and Firefox.

e.g. in a RTL block, when the caret is on the left of LTR text "abc", the offset is 3 on WebKit but 0 on Internet Explorer and Firefox.

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