Opened 12 years ago
Closed 12 years ago
#6928 closed bug (invalid)
KeyCode property is not defined once the key down event is triggered out of a different element's key down handler (Mozilla only).
Reported by: | Shlomi | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4.3 |
Component: | core | Version: | 1.4.2 |
Keywords: | KeyCode Mozilla KeyDown | Cc: | |
Blocked by: | Blocking: |
Description
Run the attached sample over Mozilla browser.
Attachments (1)
Change History (3)
Changed 12 years ago by
Attachment: | HTMLPage1.htm added |
---|
comment:1 Changed 12 years ago by
Can you clarify how jQuery should normalize keydown when the event was not triggered through jQuery's event system?
comment:2 Changed 12 years ago by
Priority: | → undecided |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Closing due to no response from original submitter.
Note: See
TracTickets for help on using
tickets.
Demonstrates the problem.