env-js
env-js copied to clipboard
Improved inline event handling
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...