[Webkit-unassigned] [Bug 30397] Meta + key should not fire keypress event
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Feb 14 20:17:52 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=30397
Tony Chang (Google) <tony at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tony at chromium.org
--- Comment #1 from Tony Chang (Google) <tony at chromium.org> 2010-02-14 20:17:51 PST ---
(In reply to comment #0)
> The general rule is that key(s) should only fire keypress events if they
> generate content. Also, we are trying to match IE which dos not fire keypress
> events for ctrl + key (we should still fire repeating keydown events)
By meta, do you mean command on mac and the Windows key on win/linux? Or do
you mean the alt/option key on mac?
Using the test case on bug 28409
https://bug-28409-attachments.webkit.org/attachment.cgi?id=34993 , in Safari
4.0.4 on mac, I see a keypress fired in all cases (ctrl, alt, or command). On
Chrome on mac, I see a keypress fired for only ctrl and alt (no keypress event
for command).
Is this bug Safari specific?
--
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