Using IE 7 and my shiny new 8MB internet connection I went to
http://demo.qooxdoo.org/current/showcase/ and got auto-loaded to
http://demo.qooxdoo.org/current/showcase/#Form

Clicked on back and got this:

---------------------------
Error
---------------------------
A Runtime Error has occurred.
Do you wish to Debug?

Line: 10699
Error: 'widget' is null or not an object
---------------------------
Yes   No   
---------------------------

On debugging, I can see that the code is in showcase.Application. The
compressed code is:

this._history=qx.client.History.getInstance();
this._history.addEventListener($[599],
function($0){var $2=this._states[$0.getData()];
$2.widget.setChecked(true);
},
this);

$2 is undefined. $0._valueData is ""

Hugh

-------------------------------------------------------------------------
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

Reply via email to