Hi Hugh, thanks a lot for your bug report. I found the problem - and fixed it :-)
I don't use IE very much and didn't realize that there appears to be a difference in qooxdoo's handling of empty results from qx.io.remote.Request. In IE 7 this produces a timeout while Firefox (at least) accepts empty strings without any complaints. Cheers, Norbert Hugh Gibson wrote: > >> http://www.di-lemmata.de di-lemmata is a new project targeted at >> scholars of German literature. > > I'm using IE7 in XP with script debugging turned on, and get an error > when I click on an author: > > --------------------------- > Error > --------------------------- > A Runtime Error has occurred. > Do you wish to Debug? > > Line: 27367 > Error: 'prop' is undefined > --------------------------- > Yes No > --------------------------- > > > The actual code where this failed is an anonymous function: > > function anonymous(value) { > if(value===undefined)prop.error(this,2,"content","set",value);this.__user$ > content=value;return value; > } > > One level up the stack frame has code: > > case $[13]:case $[48]:case $[35]:case $[42]:var > $2=this.getImplementation(); > if(!$2){break; > } > if(this.hasEventListeners($0)){var $3=new qx.io.remote.Response($0); > if($0==$[13]){var $4=$2.getResponseContent(); > $3.setContent($4); > if($4===null){{}; > $0=$[42]; > }}$3.setStatusCode($2.getStatusCode()); > $3.setResponseHeaders($2.getResponseHeaders()); > this.dispatchEvent($3); > }this.setImplementation(null); > > The line being executed is $3.setContent($4). $4 is undefined. This is > from qx.io.Exchange.js, line 872. "value" is "completed". > > URL of the request is "utils/checknames.php" > korpuskey is "ROOT|150" > responseText of the corresponding request is undefined. responseBody is > an array containing 239, 187, 191. > > Hope you can fix it :-) > > Hugh > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > -- View this message in context: http://www.nabble.com/New-qooxdoo-application-tp18557428p18596487.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
