Opened 13 years ago
Closed 13 years ago
#5951 closed defect (invalid)
key constants are wrong for Safari 3 on Windows
Reported by: | guest | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Core | Version: | 1.0 |
Keywords: | Cc: | Douglas Hays | |
Blocked By: | Blocking: |
Description
dojo.keys.UP_ARROW and dojo.keys.DOWN_ARROW are wrong for Safari 3 on Windows. They are set to 63232 and 63233, but they should be 38 and 40.
Change History (6)
comment:1 Changed 13 years ago by
Milestone: | → 1.1 |
---|
comment:2 Changed 13 years ago by
Owner: | changed from anonymous to Adam Peller |
---|
comment:3 Changed 13 years ago by
Cc: | Douglas Hays added |
---|
comment:5 Changed 13 years ago by
I'm running Safari 3.0.4 in WinXP and I get 63232 and 63233.
This defect should not be fixed w/o understanding the environment in which the smaller #'s are being returned.
comment:6 Changed 13 years ago by
Milestone: | 1.1 |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
hmm... I'm just getting keyCode=0 for those, but I'm using Parallels. Wonder if that's got anything to do with it? keyIdentifier is the only thing that seems unique.