[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
Tue Nov 30 07:20:57 PST 2010


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





--- Comment #20 from Martin Robinson <mrobinson at webkit.org>  2010-11-30 07:20:57 PST ---
(From update of attachment 73584)
View in context: https://bugs.webkit.org/attachment.cgi?id=73584&action=review

> WebCore/dom/SelectElement.cpp:785
> +            bool isCtrlKey = data.multiple() && static_cast<KeyboardEvent*>(event)->metaKey();

This variable has a pretty confusing name, since it doesn't just track whether the control key is down or not.

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