Closed
Bug 296734
Opened 20 years ago
Closed 20 years ago
Incorrect charcode given for ctrl+shift when compared to shift on keypress
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 287179
People
(Reporter: iannbugzilla, Unassigned)
References
()
Details
(Keywords: intl)
Using BuildID 2005050905 on WinXP with a UK keyboard Steps to reproduce: 1. Go to above URL 2. Hold shift key and press = 3. Examine results 4. Hold shift and ctrl keys and press = 6. Compare results Expected results 1. charCode for keypress should both be 43 Actual results 1. charCode for just shift is 43 but 61 for shift+ctrl Similar problems on other non-US keyboards. Ctrl-shift-[ and Ctrl-shift-] actually give 0 for the keycode.
Comment 1•20 years ago
|
||
This occurs on mac as well, and it is an issue when localizing the mapping of the standard mac shortcut for opening Help (cmd+?). Scandinavian keyboards (and baltic?)has ? == shift++.
Keywords: intl
Comment 2•20 years ago
|
||
What browser version are you using Ian? Also, related to bug 295095?
*** This bug has been marked as a duplicate of 287179 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•