> 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

Reply via email to