Hi,

I used prototype 1.5.0rc2 and the testing tool Selenium 1.0 in a web
application. When I updated prototype to 1.6.1, everything still works
in FF 3.0, FF 3.5, IE7, IE8, but in IE6 I get strange javascript
error messages:

The code which fails is "Element.extent" in the function $().  The
error message is "Object doesn't support this property or method".

When I try to inspect "Element" in the debugger, I get the same error
as above. When I evaluate "typeof Element", I get "unknown" (not
"undefined").

All the other prototype object are defined however: Prototype, Ajax
have all the type "object" or "function".

The interesting thing is, that Element was defined when the browser
opens the page with the selenium command "open". But after typing
something in an entry field or any other action, Element is set to
this strange non-object.

Any suggestions?

Regards
Carsten
--~--~---------~--~----~------------~-------~--~----~
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 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to