[Webkit-unassigned] [Bug 15310] Selecting ranges of text should be possible using the keyboard

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 1 08:02:42 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=15310


alp at nuanti.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alp at nuanti.com,
                   |                            |cfleizach at apple.com




------- Comment #2 from alp at nuanti.com  2008-06-01 08:02 PDT -------
r33520 added some limited caret browsing support. Mozilla's implementation
allows the caret to blink and allows navigation when the caret is in a
hyperlink and enter is pressed, which the commit doesn't do. We also need to be
able to enable this feature with a per-WebView granularity, since caret
browsing isn't useful in many contexts where a WebView might be embedded, but
is generally helpful only when browsing read-only document content.

There are quite a few places in WebCore where caret selection modification and
caret blinking is hard-coded to test for contenteditable, so implementing this
feature fully will require a handful of modifications around Frame and
SelectionController.

A global gAccessibilityEnhancedUserInterfaceEnabled export doesn't make much
sense since you rarely want all WebViews in an application to allow for this
kind of selection -- I'd recommend that it's removed in favour of a new
WebSettings entry.

Is anyone working on this or should we go ahead and develop this feature?


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list