[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:37:42 PDT 2012


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





--- Comment #18 from Ryosuke Niwa <rniwa at webkit.org>  2012-05-01 14:37:42 PST ---
(In reply to comment #17)
> (From update of attachment 139671 [details])
> 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.

Apparently we already have this. 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