Bug Tracker

Opened 17 years ago

Closed 16 years ago

Last modified 16 years ago

#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:
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 john

Milestone: 1.1
Priority: minormajor
Summary: safari bug...thickbox...photo galleries...error using next and previousSafari Keypress Double-Firing
Version: 1.1

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

comment:2 Changed 16 years ago by brandon

Resolution: wontfix
Status: newclosed

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.