Hi all,
we just migrated from 1.5 to 1.6. And once again...good job, guys !
But I discovered a tiny issue regarding the bootstrap of one of our apps.
There is a crash which is not critical as it not stopping the bootstrap of the 
app, but I do not know where it comes from and I do not understand really.
This is the call stack:
--------------------------------------------------------------
canHandleEvent()EventHandler.js (Zeile 163)
target = html
type = "keypress"
wrappedFunction()Interface.js (Zeile 451)
findHandler()Manager.js (Zeile 564)
target = html
type = "keypress"
__registerAtHandler()Manager.js (Zeile 587)
target = html
type = "keypress"
capture = undefined
addListener()Manager.js (Zeile 463)
target = html
type = "keypress"
listener = function()
self = [Class qx.log.appender.Console] { __visible=true, __history=[0], 
classname="qx.log.appender.Console", mehr...}
capture = undefined
addListener()Registration.js (Zeile 130)
target = html
type = "keypress"
listener = function()
self = [Class qx.log.appender.Console] { __visible=true, __history=[0], 
classname="qx.log.appender.Console", mehr...}
capture = undefined
defer()Console.js (Zeile 363)
statics = [Class qx.log.appender.Console] { __visible=true, __history=[0], 
classname="qx.log.appender.Console", mehr...}
define()Class.js (Zeile 248)
name = "qx.log.appender.Console"
config = Object { statics=[Class qx.log.appender.Console], type="static", 
defer=function()}
Console.js()Console.js (Zeile 362)
--------------------------------------------------------------

The error is:
--------------------------------------------------------------
invalid 'instanceof' operand qx.ui.core.Widget
http://localhost:8080/invent/qooxdoo/framework/source/class/qx/ui/core/EventHandler.js
Line 163
--------------------------------------------------------------

As I can see in the debugger, qx.ui.core is loaded, but qx.ui.core.Widget is 
not loaded yet, so maybe it´s a matter of the order the classes are loaded ?
I tried to generate the source version "clean" by executing "distlcean" before, 
but it didn´t change anything.

Any suggestions ?

So, I wish all of you *** Merry Christmas *** and I hope you can leave off work 
early to empower the spirit of Christmas.:-)

Cheers,
Rob.

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to