Does anyone know if it is possible to set up kinetic.js so the user can drag outside of the stage? If the user mouses out of the stage they lose grip on the item as soon as the mouse leaves the stage area...this is annoying if you are dragging an image that is larger than the stage. (I'm setting up a cropping interface where they drag an image behind a mask to crop for a profile picture--similar to what twitter is doing).
I've searched around and can't find anything specific on how to fix this. Seems like someone else had a similar issue here and had to hack the source a bit to fix it: Kinetic.js don't lose grip on mouse out
My thought would be to make the stage much larger than it currently is and set up a layer as the smaller masking area, but it would be more convenient if kineticjs just tracked mouse events even if the mouse left the stage.
