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

30+ shapes/images on stage loses draggable functionality #989

Open smks opened 10 years ago

smks commented 10 years ago

I have a canvas with a grid that allows square shapes to be positioned around the stage. After picking up and dropping a few shapes, some random shapes/images lose the functionality to drag. Also loses any mouse events related to it. I have tried it with them being all on one layer and each being on their own separate layers. This is a big issue that has stalled my project completely.