Re: ISSUE-30: mousewheel event

Anthony Ettinger wrote:
> fwiw, mousewheel is hardcoding the device-type, probably not a good
> idea. "DOMScrollWheel" or "scroll".

   There's already a "scroll" event.

> It's basically the same as using the up/down arrows.

   No it isn't. The mousewheel/DOMMouseScroll event occurs on an element
that you hover the pointer device over. The up and down arrow keys
typically only apply to an activated element, not a hovered one.

Received on Sunday, 26 February 2006 06:42:13 UTC