Hi, i have a problem using Ajax Requests and Internet Explorer7.0. I want to browse my server using a qooxdoo virtual tree. Displaying the root level of my server using a qx.io.remote.Request and then adding branches to my tree works fine. After that i´m using the changeSelection event to get the selected folder and again use a ajax request to get the content of that folder and add it to the tree. This all works fine in Mozilla and Opera but it causes Internet Explorer to crash. I tried to debug it using alert() to see where it crashes exactly and found out that its maybe just a timeout problem. When i insert an alert after the request.send() (before leaving the browse function) it works. Does anybody know a way to solve this without a alert()?
Greets Gerd P.S. I´m using qooxdoo0.6.6 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
