[Prototype-core] Re: General global element events and prototype 1.6.0_rc0

2007-08-18 Thread Somebee
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 PR

[Prototype-core] Error/counter-intuitive Class-inheritance?

2007-08-20 Thread Somebee
When you push values into an array on an object, the values of the class/prototype-array is also changed. http://pastie.caboo.se/89295 <- example Is this how it is supposed to work? If so, it seems very odd and counter-intuitive to me. Best Regards Sindre --~--~-~--~~~

[Prototype-core] Re: Error/counter-intuitive Class-inheritance?

2007-08-20 Thread Somebee
I understand that this sort-of becomes class-variables, but is there a way to define instance-variables without defining them in initialize? On Aug 20, 4:11 pm, Somebee <[EMAIL PROTECTED]> wrote: > When you push values into an array on an object, the values of the > class/prototype-a

[Prototype-core] Re: Error/counter-intuitive Class-inheritance?

2007-08-20 Thread Somebee
Thats okay, although it is still not the intuitive way it should work? It's a little extra work defining many/all the variables again in the constructor, especially with several different classes inheriting from one. Anyways, everything else in prototype 1.6.0 is stunningly great. Keep up the good