Skip to main content

Bug Tracker

Side navigation

#136 closed bug (wontfix)

Opened August 24, 2006 07:28PM UTC

Closed December 20, 2006 01:51PM UTC

Last modified June 20, 2007 06:40AM UTC

Safari Keypress Double-Firing

Reported by: contact@codylindley. 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

Attachments (0)
Change History (2)

Changed November 17, 2006 09:54PM UTC by john comment:1

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.

Changed December 20, 2006 01:51PM UTC by brandon comment:2

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.