Easeljs (MovieClip) canvas draggable=true does not show ghost image
问题 I have a canvas element which has animations within it that are facilitated by EaselJS. The canvas element has a parent div wrapping it with draggable set to true. <div class="outer-parent" draggable="true"> <div class="inner-parent"> <canvas></canvas> </div> </div> The draggable event is working (I originally had issues with this, but the problem was resolved here: EaselJs canvas dragstart event not bubbling to parent), however the canvas element does not appear to show a "ghost". If I add a