#136 closed bug (wontfix)
Safari Keypress Double-Firing
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | 1.1a |
Component: | core | Version: | 1.1a |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 17 years ago by
Milestone: | → 1.1 |
---|---|
Priority: | minor → major |
Summary: | safari bug...thickbox...photo galleries...error using next and previous → Safari Keypress Double-Firing |
Version: | → 1.1 |
comment:2 Changed 16 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
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.
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.