[Webkit-unassigned] [Bug 85017] enable ctrl-arrow move by word visually in other platforms (besides Windows)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 1 14:30:22 PDT 2012


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





--- Comment #17 from Xiaomei Ji <xji at chromium.org>  2012-05-01 14:30:21 PST ---
(From update of attachment 139671)
View in context: https://bugs.webkit.org/attachment.cgi?id=139671&action=review

>> Source/WebCore/editing/FrameSelection.cpp:645
>> +        // Visual word movement relies on isWordTextBreak which is not implemented in WinCE and QT.
> 
> Should we define a new macro like USE(WORD_TEXT_BREAK) ?

which is "!OS(WINCE) && !PLATFORM(QT)"?  I feel it might not be direct/clear.

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