[Prototype-core] Event methods' bug in Internet Explorer

2007-10-02 Thread Viktor Kojouharov
With the current style of extending the event object and using the newly methods in prototype itself can lead to errors in internet explorer. The reason being that, even though the event object is extended if the observe element method was used, it is not when the event was triggered from the

[Prototype-core] Re: Event methods' bug in Internet Explorer

2007-10-02 Thread Mislav Marohnić
On 10/2/07, Viktor Kojouharov [EMAIL PROTECTED] wrote: The above snippet will cause an error in IE due to the reason that the event is never extended, since it doesn't go through the observe wrapper. A possible solution for this is to use the old syntax of Event.method(event) inside

[Prototype-core] Alex Arnell Inheritance thread.

2007-10-02 Thread John-David Dalton
I figured I would create another post pointing to Alex Arnells Inheritance thread (per Mislav's request). I am interested in his additions and approach. I dig the private vars and the ref to the class as well as the instance and parent. Alex Arnell wrote: Here is a Pastie link to a concrete