Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

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

Closed
GoogleCodeExporter opened this issue Aug 19, 2015 · 3 comments
Closed

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

GoogleCodeExporter opened this issue Aug 19, 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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant