Bug: Event Test in Safari 5.1.7 (Windows)

Bug in cocos2d-js v.3.0. Event Test doesn’t work properly in Safari 5.1.7 (Windows). Mouse events are not always triggered.

And one more point. Not a bug, but inconsistence in listeners interface: onTouchMoved(), but onMouseMove().

Thanks in advance!

Not always triggered means what ? Please be more specific

Yes, onMouseDown and onMouseUp are not always triggered (from time to time). Sometimes they trigger, but with a timeout (several seconds).

Also onMouseMove event was not triggered at all (ball position changes only onMouseDown).