envjs / env-js

A pure-JavaScript browser environment.
http://www.envjs.com/
87 stars 19 forks source link

Looks like the MouseEvents are not bound #19

Open orslumen opened 13 years ago

orslumen commented 13 years ago

When I have a clickable div on an html page like:

Waiting to be clicked

And I send a mouse-click event to the #clickme div, nothing happens.

Example: http://jsfiddle.net/EHezK/