Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Im working at HTML5 isometric engine for a game. Im in middle-stage and I've encountered big problem. If i bind mouseover and mouseleave then mousedown/click/mouseup events are not working. See example:

http://godlike.hekko.pl/kinetic-viewport/demo2.html - click is not working, mouseover is bind.

http://godlike.hekko.pl/kinetic-viewport/demo3.html - click is working, mouseover is not bind.

Code for demo2 - http://godlike.hekko.pl/kinetic-viewport/js/godnet.js

Code for demo3 - http://godlike.hekko.pl/kinetic-viewport/js/godnet_nomouseover.js

I dont know how to bypass or fix this. Have You any ideas?

Regards

share|improve this question

closed as not a real question by Kev Mar 31 at 2:13

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.