[Proto-Scripty] Re: Mouseenter mouseleave aren't working correctly under FF.

2009-11-18 Thread indigo
Is there anything i can do about this? Should i wait for a future release? This bug breaks my application as it won't work in firefox. On 8 nov, 02:31, indigo indigomarf...@hotmail.com wrote: No, i'm afraid that's not the problem. I've tried both and the bug stays. Thanks for the help. On

[Proto-Scripty] Re: Mouseenter mouseleave aren't working correctly under FF.

2009-11-07 Thread Alex McAuley
Its more than likely the findElement() that isnt working as the console.log without using it works fine... What about somehting like this... var el=event.element(event); $(el).addClassName('doesntwork'); Alex Mcauley http://www.thevacancymarket.com - Original Message - From: indigo

[Proto-Scripty] Re: Mouseenter mouseleave aren't working correctly under FF.

2009-11-07 Thread indigo
No, i'm afraid that's not the problem. I've tried both and the bug stays. Thanks for the help. On 7 nov, 12:09, Alex McAuley webmas...@thecarmarketplace.com wrote: Its more than likely the findElement() that isnt working as the console.log without using it works fine... What about