Opened 14 years ago
Closed 14 years ago
#2882 closed defect (fixed)
IE7: Access denied in dojo._base.event fixKeys when shift is pressed
Reported by: | guest | Owned by: | sjmiles |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | General | Version: | 0.9 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
Here is the line that the Microsoft Script Debugger points to:
evt.keyCode = (c ? 0 : evt.keyCode);
I ran dijit/tests/form/test_Select.html, clicked inside a Select input field, and just pressed shift.
Change History (3)
comment:1 Changed 14 years ago by
Owner: | changed from anonymous to sjmiles |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [8362]) Add another trap for read-only keyCode on IE, refs #2882.