On 7/5/07, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > Derrell Lipman schrieb: > > On 7/5/07, Sergei Kolomiets <[EMAIL PROTECTED]> wrote: > > > >> Hi! > >> > >> After migrating from 0.6.6 version to 0.7 I found, that synchronous > >> requests > >> don't work in IE 6. > >> Code line, placed after req.send() executes before than event handler > >> "completed" executed. > >> > >> How I need to execute synchronous requests? > >> > > > > Please post an example the demonstrates the problem. Sync requests > > should work just fine. AFAIK, there's been no significant change in > > that code in a long time. > > > > Derrelll > I think this problem relates to the fix of bug #190: > <http://bugzilla.qooxdoo.org/show_bug.cgi?id=190>. Maybe we have to > disable the workaround for synchronous calls but I don't know whether > this could crash IE.
Sigh. More reason yet not to use sync requests. :-( If the workaround breaks sync requests, I guess we have to disable it for sync requests. We really, Really, REALLY want to encourage people to use async requests instead of sync requests in new code (without breaking old code) for all of the previously-discussed reasons. If IE crashes on certain response codes with sync requests, that can only help encourage people to switch to using async requests. :-) Derrell ------------------------------------------------------------------------- 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
