[Webkit-unassigned] [Bug 111112] Keydown event for 'shift+alt' returns win keycode instead of 'alt'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 4 13:11:40 PST 2013


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





--- Comment #2 from Tony Chang <tony at chromium.org>  2013-03-04 13:14:05 PST ---
(From update of attachment 190807)
View in context: https://bugs.webkit.org/attachment.cgi?id=190807&action=review

> Source/WebCore/ChangeLog:12
> +        Added Manual Test : ManualTests/shift-alt-key-event.html
> +        Try press Shift then alt key. The test passes if the shiftKey, altKey values
> +        of JSKeyEvent are true and keycode/which is 18.

Did you try writing a layout test using eventSender?  It would be nice to know why that doesn't work.

Also, did you test this in Firefox on Linux?  What does it send?  If we are matching Firefox, please include that in the ChangeLog.

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