I am really having a difficult time solving this one today....if any
of you guys are using Ext with prototype please, please help me with
this one

At this point I am no longer even running any ext code at all I am
only trying to get the page to load without creating a

stack overflow error.

This occurs when including Prototype 1.6.1_rc3 and Ext 3.0 together on
the same page, this is my include structure:
<script type="text/javascript" src="/js/prototype.js"></script>
<script type="text/javascript" src="/js/scriptaculous.js"></script>
<script type="text/javascript" src="/js/ext/adapter/prototype/ext-
prototype-adapter.js"></script>
<script type="text/javascript" src="/js/ext/ext-all.js"></script>

I have narrowed down the error to the Ext.apply block and the
createDelegate function inside the ext-prototype-adapter.js

file, I am not sure if this is where the error is actually occuring or
if the prototype library is somehow colliding with

this block of code.

This is only an issue in IE6 and randomly in IE7, and only occurs with
any of the Prototype 1.6.1(x) versions, when prototype

is rolled back to 1.6.0.3 everything works as it should.

If anyone else has had any luck with this issue or if anyone ahs any
suggestions I would be very appreciative. Thanks guys.

--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
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