[Prototype-core] Re: Error when using Prototype 1.6.0_rc0

2007-10-05 Thread Mislav Marohnić
On 10/5/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am having the exact same issue. The code just stops at handler.call(event.target, event); without throwing an error. It works fine in IE. You realize that there's nothing we can do unless you provide us with a minimal failing test

[Prototype-core] Re: Error when using Prototype 1.6.0_rc0

2007-10-05 Thread [EMAIL PROTECTED]
I am having the exact same issue. The code just stops at handler.call(event.target, event); without throwing an error. It works fine in IE. On Aug 17, 3:13 am, Frederic Gaus [EMAIL PROTECTED] wrote: Hi Guys, first of all I want to thank all of you for producing such a great framework

[Prototype-core] Re: Error when using Prototype 1.6.0_rc0

2007-10-05 Thread [EMAIL PROTECTED]
I figured it out. I had a custom function similar to prototype's new 'delay' function. Removing my function fixed the issue. The strange part, was that no errors were being thrown. Firefox just stopped at handler.call. All is well now. On Oct 5, 10:53 am, Mislav Marohni [EMAIL

[Prototype-core] Re: Error when using Prototype 1.6.0_rc0

2007-10-05 Thread Mislav Marohnić
On 10/5/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I figured it out. I had a custom function similar to prototype's new 'delay' function. Removing my function fixed the issue. The strange part, was that no errors were being thrown. Firefox just stopped at handler.call. Yeah,