[Webkit-unassigned] [Bug 49289] [chromium] menu key doesn't work when capslock or numslock is on

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 9 17:39:46 PST 2010


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





--- Comment #3 from Tony Chang <tony at chromium.org>  2010-11-09 17:39:46 PST ---
(From update of attachment 73443)
View in context: https://bugs.webkit.org/attachment.cgi?id=73443&action=review

> WebKit/chromium/public/WebInputEvent.h:133
> +    static const int InputModifiers = ShiftKey | ControlKey | AltKey | MetaKey;

Nit: I don't like this name much.  Aren't capslock and numlock also input modifiers?  Should there just be a static method that returns event.modifiers & (ShiftKey | ControlKey | AltKey | MetaKey) like the other methods?

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