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

mouseenter event not firing #198

Closed
possibilities opened this issue Jun 24, 2012 · 1 comment
Closed

mouseenter event not firing #198

possibilities opened this issue Jun 24, 2012 · 1 comment

Comments

@possibilities
Copy link
Contributor

I'm attaching mouseenter and mouseleave events to a div and only the mouseleave event fires:

Template.hello.events = {
  'mouseleave #foo' : function () {
    console.log('mouseleave');
  },
  'mouseenter #foo' : function () {
    console.log('mouseenter');
  }
};

Demo and gist of demo code:

http://testmouseenter.meteor.com/

https://gist.github.com/2980903

@joshrtay
Copy link
Contributor

#224 fixes this

StorytellerCZ pushed a commit that referenced this issue Oct 1, 2021
filipenevola pushed a commit that referenced this issue Oct 19, 2021
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

No branches or pull requests

3 participants