Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more standard properties to MSIE's event object #34

Closed
GoogleCodeExporter opened this issue Dec 6, 2015 · 3 comments
Closed

Add more standard properties to MSIE's event object #34

GoogleCodeExporter opened this issue Dec 6, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Add more standard properties to MSIIE's event object. Currently only
target, preventDefault() and stopPropagaition() are supported.

Especially mouse event properties:

http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-MouseEvent

Original issue reported on code.google.com by dean.edw...@gmail.com on 23 Jul 2007 at 9:18

@GoogleCodeExporter
Copy link
Author

Original comment by dean.edw...@gmail.com on 23 Jul 2007 at 9:24

  • Changed title: Add more standard properties to MSIE's event object

@GoogleCodeExporter
Copy link
Author

It seems that MSIE's mouse event properties are pretty close to standard. Only
"button" needs fixing? In the meantime I've added support for some of the lesser
properties (bubbles, cancelable, timeStamp, relatedTarget).

Original comment by dean.edw...@gmail.com on 10 Aug 2007 at 6:44

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

I've checked in the new enhancements. Not sure what else to add, will wait for
further issues to be raised.

Original comment by dean.edw...@gmail.com on 10 Aug 2007 at 9:52

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant