I am working with "dblclick" event and if I register a click and dblclick event for a shape, click event is called twice before calling the dblclick event code. This behaviour is making my code go crazy. Since I have some actions for click and different set of actions for dblclick. I am not sure whether this is a bug in kineticjs or this is a expected behaviour. I need help incase of handling this probelm. I need to help in making dblclick to work without calling the click event. Kindly suggest.
Asked
Active
Viewed 656 times
3
-
Here is the jsfiddle link explaining the programhttp://jsfiddle.net/fc6xE/ – user1774851 Oct 26 '12 at 07:06
1 Answers
0
Seems like this is not a Kinetic issue, but just DOM events in general.

Community
- 1
- 1

michael.orchard
- 486
- 4
- 16