-
Notifications
You must be signed in to change notification settings - Fork 20.6k
Events: originalEvent must not be an empty object #2300
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
Comments
I took the liberty of assigning you, @markelog. :) |
Because our simulated focus event doesn't have those methods. |
@gibson042 mentioned that we may be able to get rid of the fake |
gabrielschulhof
pushed a commit
to gabrielschulhof/jquery
that referenced
this issue
May 12, 2015
gabrielschulhof
pushed a commit
to gabrielschulhof/jquery
that referenced
this issue
May 12, 2015
gabrielschulhof
pushed a commit
to gabrielschulhof/jquery
that referenced
this issue
May 13, 2015
markelog
pushed a commit
to markelog/jquery
that referenced
this issue
May 20, 2015
markelog
added a commit
to markelog/jquery
that referenced
this issue
May 20, 2015
markelog
added a commit
to markelog/jquery
that referenced
this issue
May 20, 2015
This was referenced May 20, 2015
markelog
added a commit
to markelog/jquery
that referenced
this issue
May 28, 2015
markelog
pushed a commit
that referenced
this issue
Nov 10, 2015
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since a873558 we must make sure that all objects that are supposed to be events are events. Thus, code like originalEvent: {} must be replaced with
originalEvent: new jQuery.Event()
The text was updated successfully, but these errors were encountered: