I currently do this: Event.DOMEvents.push((Prototype.Browser.Gecko) ? 'DOMMouseScroll' : 'mousewheel');
when I define my custom signalConnect functions, so that the mousewheel event will work. Thought I'd like for this and the enter/ leave events to be integrated, so that I can remove this seemingly redundant code. On Aug 18, 8:41 pm, Somebee <[EMAIL PROTECTED]> wrote: > Does this mean that prototype 1.6.0_rc0 does not support mousewheel/ > DOMMouseScroll? > Is there an easy way to implement the support (my previous plugin no > longer works) > > Best regards > Sindre > > On Aug 17, 12:24 pm, "Mislav Marohnić" <[EMAIL PROTECTED]> > wrote: > > > On 8/17/07, Viktor Kojouharov <[EMAIL PROTECTED]> wrote: > > > > However, there's still the issue of having > > > support for global element events, like 'mousewheel', 'mouseenter', > > > and 'mouseout', that would work with all elements, and reuse existing > > > event names to achieve their function. > > > In the old events branch there was support for mousewheel/enter/out. This > > was held back until release 1.6.1 in the future. Prototype 1.6.0 has support > > for domready. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~----------~----~----~----~------~----~------~--~---
