[Webkit-unassigned] [Bug 65773] New: Implement Mac/Linux version of visual word movement
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 5 09:57:20 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=65773
Summary: Implement Mac/Linux version of visual word movement
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: HTML Editing
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: vanlam at google.com
The current implementation of visual word movement collects word breaks matching the Windows specification:
|abc |def |ghi| (LTR block) where | indicates positions of word breaks.
The Mac/Linux specification defines word boundaries when going left:
|abc |def |ghi| (LTR block)
and when going right:
|abc| def| ghi| (LTR block)
This blocks on https://bugs.webkit.org/show_bug.cgi?id=65277, as a fix to 65277 would allow a flexible way to select whether the next word boundary should be logically before or after a word given the editing behavior, box direction, and block direction.
--
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