Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catch exception while assigning event.timeStamp #1218

Merged
merged 1 commit into from
Aug 16, 2016

Conversation

ohcibi
Copy link
Contributor

@ohcibi ohcibi commented Aug 16, 2016

The event.timeStamp property is considered readonly by safari on iOS
(iOS 9.3.4, Safari 9) and assigning it throws an error which effectively
disables at least .on() and .click() listeners. This fixes #1209.

The `event.timeStamp` property is considered readonly by safari on iOS
(iOS 9.3.4, Safari 9) and assigning it throws an error which effectively
disables at least `.on()` and `.click()` listeners. This fixes madrobby#1209.
@mislav
Copy link
Collaborator

mislav commented Aug 16, 2016

Great, thank you!

@mislav mislav merged commit b65fb14 into madrobby:master Aug 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

$().click() is broken on Safari for iOS
2 participants