I've had problems like this when importing some rich text editor libraries after scriptaculous. TinyMCE, in particular would cause browsers to hang unless it was imported before prototype/scriptaculous.

When I say hang, I mean the browsers spinner keeps spinning and
Firefox's info bar at the bottom says "Transfering data from ...... "

I'm just including the js like this:

<script src="/js/prototype.js" type="text/javascript"></script>
<script src="/js/scriptaculous.js" type="text/javascript"></script>

which I cribbed from the demo pages anyway.

If I remove the 2nd line, and just have prototype loaded, the page
loads Ok.

I'm only interested in the Blind[Up|Down] functions, so I've also
tried :

<script src="/js/scriptaculous.js?load=effects" type="text/
javascript"></script>

but the same thing happens.

I'm using  v1.6.1 of scriptaculous, and the prototype version that
comes with that.


-S
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to