[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
Wed Dec 18 11:49:43 PST 2013


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





--- Comment #37 from chris fleizach <cfleizach at apple.com>  2013-12-18 11:47:47 PST ---
(From update of attachment 219416)
View in context: https://bugs.webkit.org/attachment.cgi?id=219416&action=review

> LayoutTests/fast/forms/listbox-selection-expected.txt:35
> +PASS selectionPattern("sl15") is "01010"

won't this fail on Mac?

> Source/WebCore/html/HTMLSelectElement.cpp:1429
> +            m_allowsNonContiguousSelection = m_multiple && (static_cast<KeyboardEvent*>(event)->ctrlKey() || isSpatialNavigationEnabled(document().frame()));

is this supported on Windows with the same key combo (sorry for my obtuseness)

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