thatcher / env-js

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

Improved inline event handling #18

Closed ivaynberg closed 13 years ago

ivaynberg commented 13 years ago

Currently inline Mouse|KeyboardEvents are not being processed because they are missing from the prototype. Also inline handlers that returned a value would cause an error, and return value was not being taken into account when executing the default handlers.

All these things are now fixed, but one of my tests is failing with a weird rhino exception, maybe you can fix it...

ivaynberg commented 13 years ago

dupe, thanks github