-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Mouse enter/leave event not firing with "jquery-integration": false #16922
Comments
Related to this? #16603 |
Yeh related (I linked to that in the demo repo). But that fix is merged in? |
I imagine this will prevent some people from ditching jQuery, could we a bug label on this? |
simonihmig
added a commit
to simonihmig/ember.js
that referenced
this issue
Sep 23, 2018
The previous implementation did not work correctly when the element of the component listening to mouseEnter/Leave was quickly moved over, (i.e. no mouseover event triggered on this element) and the child node is from another component, as demonstrated in the replication in emberjs#16922. Related to 16603 Fixes emberjs#16922
@simonihmig fantastic, thank you |
simonihmig
added a commit
to simonihmig/ember.js
that referenced
this issue
Sep 23, 2018
The previous implementation did not work correctly when the element of the component listening to mouseEnter/Leave was quickly moved over, (i.e. no mouseover event triggered on this element) and the child node is from another component, as demonstrated in the replication in emberjs#16922. Related to 16603 Fixes emberjs#16922
kategengler
pushed a commit
that referenced
this issue
Sep 25, 2018
The previous implementation did not work correctly when the element of the component listening to mouseEnter/Leave was quickly moved over, (i.e. no mouseover event triggered on this element) and the child node is from another component, as demonstrated in the replication in #16922. Related to 16603 Fixes #16922 (cherry picked from commit 6264318)
kategengler
pushed a commit
that referenced
this issue
Sep 25, 2018
The previous implementation did not work correctly when the element of the component listening to mouseEnter/Leave was quickly moved over, (i.e. no mouseover event triggered on this element) and the child node is from another component, as demonstrated in the replication in #16922. Related to 16603 Fixes #16922 (cherry picked from commit 6264318)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The enter/leave events don't always fire.
I think it has something to do with the component having a child component in it (a link-to, in this GIF):
Here is a demo repo
https://github.com/amk221/-ember-jquery-mouse-events#example
The text was updated successfully, but these errors were encountered: