[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:25:53 PDT 2012


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


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #139671|review?                     |review+
               Flag|                            |




--- Comment #16 from Ryosuke Niwa <rniwa at webkit.org>  2012-05-01 14:25:49 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
> +#if !OS(WINCE) && !PLATFORM(QT)
> +        // 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) ?

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