Metadata
- Source
- FLUID-3594
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Escalated
- Assignee
- N/A
- Reporter
- James Yoon
- Created
2010-04-05T11:19:35.000-0400 - Updated
2011-01-11T10:49:26.982-0500 - Versions
-
- 1.2
- Fixed Versions
- N/A
- Component
-
- Reorderer
Description
To replicate:
1. Go to http://build.fluidproject.org/infusion/standalone-demos/reorderer/html/jquery-tabs.html
2. Select "Butternut" using the keyboard
3. Press ctrl-m
Expected behavior:
Nothing should happen
Actual behavior:
Goes into the "Butternut" tab
(issue doesn't occur in FF3.5/10.5)
Environments
Safari 4 (OS X 10.5)
Comments
-
James Yoon commented
2010-04-06T13:19:41.000-0400 Issue has to do with the js key code. In Safari, ctrl-m and "Enter" are both key code 13 on key press, whereas in Firefox they are separate key codes (109 and 13, respectively).
-
Justin Obara commented
2011-01-11T10:49:26.979-0500 No longer have this demo. Issue appears to be with Safari. This can be demonstrated by testing out the keystrokes on this site ( http://asquare.net/javascript/tests/KeyCode.html ).