javascript - Incorrect mouse event zooming in windows surface using easeljs / createjs -


i have website uses createjs , canvas. objects have associated click event. works in browsers , mobile devices, except in windows surface.

if zoom in windows surface click event lost when screen moves. works when matched (0,0) screen.

example:

http://intelisen.com/apok/simple.html

zooming , moving no longer works circle click event.

any suggestions?

thank you


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -