Opened 12 years ago
Closed 9 years ago
#9527 closed defect (fixed)
[patch][cla] ctrl-q not handled correctly on safari 4
Reported by: | bill | Owned by: | sjmiles |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Events | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
CTRL-q on safari 4/mac produces:
charOrCode: 229, keyChar: , keyCode: 229, charCode: 0 ctrl
rather than the expected:
charOrCode: 'q' ctrl.
See enterKeyPress.html or the automated test I will check in, called enterKeyPressrobot.html.
Attachments (1)
Change History (6)
comment:1 Changed 12 years ago by
comment:2 Changed 11 years ago by
Milestone: | tbd → 1.5 |
---|---|
Summary: | ctrl-q not handled correctly on safari 4 → [patch][cla] ctrl-q not handled correctly on safari 4 |
comment:3 Changed 11 years ago by
Milestone: | 1.5 → 1.6 |
---|
comment:4 Changed 10 years ago by
Milestone: | 1.6 → future |
---|
(sadly) punting seemingly abandoned ticket and meta tickets to future
comment:5 Changed 9 years ago by
Milestone: | future → 1.7 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
I reproduced this in 1.6 and verified that it was fixed in 1.7. Must be from Kris' new dojo/on module and event refactor.
Note: See
TracTickets for help on using
tickets.
(In [18744]) Automated test for keyboard event handling, showing safari 4 problems with ESC and ctrl-q. Refs #9511, #9527, #9528.
Maybe this should be added to runTests.html although we don't have any robot tests in there currently.