ericdrowell / KineticJS

KineticJS is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications.
http://www.kineticjs.com
3.98k stars 752 forks source link

Some lost mouse events are fixed by adding an alert #1012

Closed PyllGreem closed 10 years ago

PyllGreem commented 10 years ago

Hi all,

I'm working on KineticJS JavaScript Framework v5.1.0 and jQuery v1.11.1. I'm creating some new group on my layer, each group contains one circle and one text with and each are getting the mouseenter, mouseout and click events.

When I'm clicking, it works fine, but I've noticed that my mouseenter and mouseout events are gone away unless I add an alert in my click handler function.

I can put my code if you need it.

Best regards.

lavrton commented 10 years ago
  1. Try to use latest dev version from master.
  2. Make any jsfiddle.