[Webkit-unassigned] [Bug 15816] Cannot select multiple non-adjacent items in a multiple select control with the keyboard only

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 8 01:22:42 PST 2010


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


Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #73223|                            |review?
               Flag|                            |




--- Comment #13 from Carlos Garcia Campos <cgarcia at igalia.com>  2010-11-08 01:22:42 PST ---
Created an attachment (id=73223)
 --> (https://bugs.webkit.org/attachment.cgi?id=73223&action=review)
Patch that implements multi-selection of non-adjacents items with keyboard

This patch does the same than firefox, when Control key is pressed you can move the focus over the list items and select/deselect with Space key. List items aren't focusable, focus is handled by the ListBox so that pressing TAB doesn't make the focus iterate over list items.

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