On Sep 22, 3:38 am, mcrogiez <[EMAIL PROTECTED]> wrote:
> Thanks for you reply,
>
> If no observers are attached, there's no problem, the test doesn't
> fail.
>
> However, the same exception is raised if the click is performed on an
> another type of component (anchor, for example).
>
> The 'BrowserVersion.FIREFOX_3' doesn't affect the userAgent string, or
> other params of the client. According to me, the main difference
> between the two BrowserVersions is about the Javascript engine.
>
> I'm a novice with Prototype and I have a lot of things to learn about
> it, but this case seems to be simple and I don't understand what it
> happens...
>
> Thanks a lot for your precious help

It looks like an error is in `Event.element` method, which tries to
access a property of an event object and fails (since event is
undefined). Does removing `event.element()` eliminate the error?

--
kangax

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to