[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:50:55 PDT 2008


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





------- Comment #4 from alp at nuanti.com  2008-06-01 08:50 PDT -------
I believe that having a specialised
EventHandler::handleKeyboardSelectionMovement() for this isn't the way to go.
The code here currently doesn't support Ctrl, for example, to move selections
at word granularity. It would be more consistent to reuse the existing
SelectionController logic used for editable content.

A colleague has suggested that it might be easier to implement this by enabling
content editing and disallowing modifications, and then fixing any bad
interactions from there.

Chris, could you describe some of the thinking behind the way r33520 is
implemented? It may be that you're following a Mac convention for non-editable
selection modification which I'm not familar with. Are the limitations
intentional or are they missing because the feature is WIP?


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