Ticket #5951 (closed defect: invalid)

Opened 9 months ago

Last modified 9 months ago

key constants are wrong for Safari 3 on Windows

Reported by: guest Owned by: peller
Priority: normal Milestone:
Component: Core Version: 1.0
Severity: normal Keywords:
Cc: doughays

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

Changed 9 months ago by dylan

  • milestone set to 1.1

Changed 9 months ago by peller

  • owner changed from anonymous to peller

Changed 9 months ago by peller

  • cc doughays added

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.

Changed 9 months ago by peller

Doug says it works fine for him on XP. What's your OS?

Changed 9 months ago by doughays

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.

Changed 9 months ago by peller

  • status changed from new to closed
  • resolution set to invalid
  • milestone deleted
Note: See TracTickets for help on using tickets.