[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 4 17:03:41 PST 2013


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





--- Comment #35 from Pascal Jacquemart <p.jacquemart at samsung.com>  2013-12-04 17:01:57 PST ---
Yes, I can tell Mario made the same comment offline ;-)

Sorry but I am afraid m_allowsNonContiguousSelection is worst
What about m_isMultipleSelectionWithKeyboard ?

Second point is to enable for all platforms but MAC. Are you ok with something like...

#if !PLATFORM(MAC)
            m_isMultipleSelectionWithKeyboard = m_multiple && static_cast<KeyboardEvent*>(event)->ctrlKey();
#endif

Being aware that m_isMultipleSelectionWithKeyboard would then defaults to false on MAC

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