[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
Thu Jan 9 05:17:26 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=15816
--- Comment #50 from Pascal Jacquemart <p.jacquemart at samsung.com> 2014-01-09 05:15:08 PST ---
> I feel like this block of code should be
>
> #if !PLATFORM(MAC)
> m_allowsNonContiguousSelection = m_multiple && (isSpatialNavigationEnabled || static_cast<KeyboardEvent*>(event)->ctrlKey())
> #endif
Fine, indeed this more a C like coding style and I recognize mixing bitwise and logical operator might lead to unexpected issues
Uploading a new patch...
--
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