You should definitly fix your application. You can do this by executing qx.core.Object.dispose() in Firebug. Then the 'console' continues to work.
Sebastian Dietrich Streifert schrieb: > Hi Sebastian, > > please have a look at > > http://bugzilla.qooxdoo.org/show_bug.cgi?id=462#c2 > > This problem hits me every time I have a bug in the destrucor (disposer) > because I can not see the original error message. > > I've created a patch for this where the console.warn statement is > encapsulated with a try catch block so the original error message is > displayed: > > http://bugzilla.qooxdoo.org/attachment.cgi?id=201&action=view > > > Sebastian Werner schrieb: >> This is already known and mentioned in the newly created bug >> http://bugzilla.qooxdoo.org/show_bug.cgi?id=462 >> >> Please note that the rework/fix will not be available with 0.7 final. >> >> Sebastian >> >> >> >> >> Dietrich Streifert schrieb: >> >>> I've found the error by replacing console.warn with alert so I could see >>> from which object the error comes. >>> >>> But the problem remains that console is obviously not available in this >>> state. >>> >>> >>> >>> Dietrich Streifert schrieb: >>> >>>> Hello List, >>>> >>>> I get the following error on initialization of my application: >>>> >>>> console is not defined >>>> http://nra/qooxdoo.dev/frontend/framework/source/class/qx/core/Object.js >>>> Line 170 >>>> >>>> I think this is due to an attempt to call dispose() on an object but the >>>> warning is never displayed because console is invalid. >>>> >>>> Where does the problem come from? >>>> >>>> Thank you for your help. >>>> >>>> Regards. >>>> >>>> >>>> >> >> >> ------------------------------------------------------------------------- >> 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 >> > > -- > Mit freundlichen Grüßen > Dietrich Streifert > -- > Visionet GmbH > Firmensitz: Am Weichselgarten 7, 91058 Erlangen > Registergericht: Handelsregister Fürth, HRB 6573 > Geschäftsführer: Stefan Lindner > > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > 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 ------------------------------------------------------------------------- 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
