« Return to Thread: Locks on firefox

Re: Locks on firefox

by Bugzilla from fredrik@mumme.se :: Rate this Message:

Reply to Author | View in Thread

onsdag 11 oktober 2006 16:55 skrev Ariel Falduto:
> Why this chunk of code freezes all mi firefox ???
>
> anybody knows ... im currently trying to put some animated gif when
> this file is loading but nothings happen cos' firefox locks everyting
> =(
>
> what can i do ??
>
> NOTE: the size of "tab3.html" is 1 mb

Well to start with 1Mb is a heck lot of html and ContentPane was never/ will
never be designed to handle such loads.

ContentPane is NOT a iframe, its a ajax wrapper that makes it easy to switch
content within a existing DOM.
Think around to 1-100 lines (optionaly dojo-ified) html or something around
that.

What kind of ajax app needs 1Mb content switches?

If I were you and I still needed that big chunk, I'd use an iframe.

/ Fredrik
_______________________________________________
Dojo FAQ: http://dojo.jot.com/FAQ
Dojo Book: http://manual.dojotoolkit.org/DojoDotBook
Dojo-interest@...
http://dojotoolkit.org/mailman/listinfo/dojo-interest

 « Return to Thread: Locks on firefox