When i try to run qx on opera i get the following, ff and ie work fine.
 
JavaScript - http://localhost:4499/Website/prototype/source/index.html
Event thread: load
Error:
name: TypeError
message: Statement on line 279: Type mismatch (usually a non-object
value used where an object is required)
Backtrace:
  Line 279 of linked script
http://localhost:4499/Website/qooxdoo-0.7.1-sdk/frontend/framework/sourc
e/class/qx/log/appender/Window.js
    this._logElem = logDocument.getElementById("log");
  Line 373 of linked script
http://localhost:4499/Website/qooxdoo-0.7.1-sdk/frontend/framework/sourc
e/class/qx/log/appender/Window.js
    this.openWindow();
  Line 73 of linked script
http://localhost:4499/Website/qooxdoo-0.7.1-sdk/frontend/framework/sourc
e/class/qx/log/appender/Native.js
    return this._appender.appendLogEvent(evt);
  Line 83 of linked script
http://localhost:4499/Website/qooxdoo-0.7.1-sdk/frontend/framework/sourc
e/class/qx/log/appender/Abstract.js
    this.appendLogEvent(evt);
  Line 306 of linked script
http://localhost:4499/Website/qooxdoo-0.7.1-sdk/frontend/framework/sourc
e/class/qx/log/Logger.js
    this._appenderArr[i].handleLogEvent(evt);
  Line 311 of linked script
http://localhost:4499/Website/qooxdoo-0.7.1-sdk/frontend/framework/sourc
e/class/qx/log/Logger.js
    this._parentLogger.appendLogEvent(evt);
  Line 311 of linked script
http://localhost:4499/Website/qooxdoo-0.7.1-sdk/frontend/framework/sourc
e/class/qx/log/Logger.js
    this._parentLogger.appendLogEvent(evt);
  Line 311 of linked script
http://localhost:4499/Website/qooxdoo-0.7.1-sdk/frontend/framework/sourc
e/class/qx/log/Logger.js
    this._parentLogger.appendLogEvent(evt);
  Line 288 of linked script
http://localhost:4499/Website/qooxdoo-0.7.1-sdk/frontend/framework/sourc
e/class/qx/log/Logger.js
    this.appendLogEvent(evt);
  Line 341 of linked script
http://localhost:4499/Website/qooxdoo-0.7.1-sdk/frontend/framework/sourc
e/class/qx/log/Logger.js
    this.handleLogEvent(evt);
  Line 356 of linked script
http://localhost:4499/Website/qooxdoo-0.7.1-sdk/frontend/framework/sourc
e/class/qx/log/Logger.js
    this.log(qx.log.Logger.LEVEL_DEBUG, msg, instanceId, exc);
  Line 62 of linked script
http://localhost:4499/Website/qooxdoo-0.7.1-sdk/frontend/framework/sourc
e/class/qx/log/MLogging.js
    this.getLogger().debug(msg, this.toHashCode(), exc);
  Line 151 of linked script
http://localhost:4499/Website/qooxdoo-0.7.1-sdk/frontend/framework/sourc
e/class/qx/core/Init.js
    this.debug("qooxdoo " + qx.core.Version.toString());
  Line 181 of linked script
http://localhost:4499/Website/qooxdoo-0.7.1-sdk/frontend/framework/sourc
e/class/qx/lang/Function.js
    var ret = fcn.apply(self, arguments);
  At unknown location
    [statement source code not available]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to