[Webkit-unassigned] [Bug 58504] move caret by word in visual order returns wrong result when caret itself is at word boundary

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 20 18:10:55 PDT 2011


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





--- Comment #4 from Xiaomei Ji <xji at chromium.org>  2011-04-20 18:10:56 PST ---
(From update of attachment 90437)
View in context: https://bugs.webkit.org/attachment.cgi?id=90437&action=review

> LayoutTests/editing/selection/move-by-word-visually-expected.txt:179
> +"FFZ LIG"[4, 4]   FAIL expected "ABD DSU "[ 0]

the current behavior is moving from offset 3 in node "FFZ LIG" moves cursor to offset 3 (cursor stays the same position).
It actually should move cursor to offset 0 in node "ABD DSU".

When the structure is complicated (with embedding elements and bidirectional text) the cursor start and end node might be different.

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