jalexiscv / base2

Automatically exported from code.google.com/p/base2
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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