Modify ↓
Ticket #136 (closed bug: wontfix)
Safari Keypress Double-Firing
| Reported by: | contact@… | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1a |
| Component: | core | Version: | 1.1a |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Here is the full description...however...I am not even sure this is a jquery issue?
http://codylindley.com/thickboxforum/comments.php?DiscussionID=79&page=1#Item_3
Change History
comment:1 Changed 7 years ago by john
- Priority changed from minor to major
- Summary changed from safari bug...thickbox...photo galleries...error using next and previous to Safari Keypress Double-Firing
- Version set to 1.1
- Milestone set to 1.1
comment:2 Changed 6 years ago by brandon
- Status changed from new to closed
- Resolution set to wontfix
This is similar to #379 and I'm closing it out as wontfix for the same reason, this would become a maintenance issue when fixed with the next release of Safari.
The workaround is very simple. Just use the keyDown event instead of the keyPress. Safari is firing both the keyDown and the keyUp when using the keyPress event.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

I'm fairly certain that this is due to Safari firing two events for the keypress (or was it keyup?) event.