[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 Jan 8 08:59:59 PST 2014


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





--- Comment #49 from chris fleizach <cfleizach at apple.com>  2014-01-08 08:57:43 PST ---
(From update of attachment 220223)
View in context: https://bugs.webkit.org/attachment.cgi?id=220223&action=review

> Source/WebCore/html/HTMLSelectElement.cpp:1464
> +#endif

I feel like this block of code should be

#if !PLATFORM(MAC)
    m_allowsNonContiguousSelection = m_multiple && (isSpatialNavigationEnabled || static_cast<KeyboardEvent*>(event)->ctrlKey())
#endif

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