env-js icon indicating copy to clipboard operation
env-js copied to clipboard

Improved inline event handling

Open ivaynberg opened this issue 14 years ago • 0 comments

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 avatar Sep 21 '10 16:09 ivaynberg