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


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





--- Comment #20 from Ryosuke Niwa <rniwa at webkit.org>  2012-05-01 15:00:25 PST ---
(From update of attachment 139689)
View in context: https://bugs.webkit.org/attachment.cgi?id=139689&action=review

> Source/WebCore/editing/FrameSelection.cpp:74
> +// Visual word movement relies on isWordTextBreak which is not implemented in WinCE and QT.
> +// https://bugs.webkit.org/show_bug.cgi?id=81136.
> +#define DEFINED_IS_WORD_TEXT_BREAK (!OS(WINCE) && !PLATFORM(QT))

Ugh... please don't define a macro here. Just use USE(ICU_UNICODE) instead.

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