[webkit-reviews] review requested: [Bug 15816] Cannot select multiple non-adjacent items in a multiple select control with the keyboard only : [Attachment 73223] Patch that implements multi-selection of non-adjacents items with keyboard

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


Carlos Garcia Campos <cgarcia at igalia.com> has asked  for review:
Bug 15816: Cannot select multiple non-adjacent items in a multiple select
control with the keyboard only
https://bugs.webkit.org/show_bug.cgi?id=15816

Attachment 73223: Patch that implements multi-selection of non-adjacents items
with keyboard
https://bugs.webkit.org/attachment.cgi?id=73223&action=review

------- Additional Comments from Carlos Garcia Campos <cgarcia at igalia.com>
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.


More information about the webkit-reviews mailing list