Open
Description
Hi, I am now using the createjs-2014.12.12. The canvas of stage is embed in an iframe. When I drag a shape inside and release my mouse outside the iframe, I find that the "pressup" event doesn't fire. It seems that there is no event listener for "mouseup" in the window.top
Interestingly, the createjs-2013.12.12 fires the "pressup" event outside the iframe.