robnyman / domassistant

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

DOMAssistantEvents doesn't work with DOMMouseScroll #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
DOMAssistantEvents worked with the DOMMouseScroll in version 2.5 but has
since 2.5.5 not worked.

It seems like the reason is that it is assumed that the attribute for that
event is "onDOMMouseScroll" which isn't correct. The attribute for
DOMMouseScroll doesn't have an on prepended to it - it's just "DOMMouseScroll".

Wikipedia has a reference for events: http://en.wikipedia.org/wiki/DOM_Events

Original issue reported on code.google.com by VoxPe...@gmail.com on 18 Jan 2008 at 8:53

GoogleCodeExporter commented 9 years ago
Events such DOMMouseScroll are rather XUL events than regular DOM ones, but I do
agree that the support should be there. Support has been added and it will be 
in the
next release.

Till then you can always download the fixed version from the trunk
(http://domassistant.googlecode.com/svn/trunk/), although the code there isn't
officially verified for release.

Original comment by robny...@gmail.com on 23 Jan 2008 at 10:24