Hi All,

I am having a problem laying out a qx.ui.form.List.  I first noticed it in 
source version r4343 - but today I updated to r4822 and am having the same 
problem.

The problem occurs intermittently when adding qx.ui.form.List of 
qx.ui.form.ListItems to  a CanvasLayout -- the 2nd area of a 
qx.ui.splitpane.HorizontalSplitPane.

It always works fine the first time you add children.  However, if you want to 
drop the list completely, and replace it with a new list it occassionally 
(approximately one time in 6 attempts) fails, and you see the following error 
messages on the console.

Has anyone else seen this?  Is there are known workaround or a bugfix?

Thanks,

Simon



040313 ERROR: qx.ui.basic.Terminator[617]: Modification of property "parent" 
failed with exception: Error - Invalid 040329 WARN:  
qx.ui.core.ClientDocument[29]: Want to render an invisible child: [object 
qx.ui.basic.Terminator] -> omitting!
040345 ERROR: qx.ui.layout.CanvasLayout[646]: Could not layout child [object 
qx.ui.form.List] through layout handler: TypeError - 'this._style' is null or 
not an object (#-2146823281)
040360 ERROR: qx.ui.form.List[2945]: Could not layout child [object 
qx.ui.form.ListItem] through layout handler: TypeError - 'this._style' is null 
or not an object (#-2146823281)
040376 ERROR: qx.ui.form.List[2945]: Could not layout child [object 
qx.ui.form.ListItem] through layout handler: TypeError - 'this._style' is null 
or not an object (#-2146823281)
040376 ERROR: qx.ui.form.List[2945]: Could not layout child [object 
qx.ui.form.ListItem] through layout handler: TypeError - 'this._style' is null 
or not an object (#-2146823281)
040376 ERROR: qx.ui.form.ListItem[2950]: Could not layout child [object 
qx.ui.basic.Image] through layout handler: TypeError - 'this._style' is null or 
not an object (#-2146823281)
040407 ERROR: qx.ui.form.ListItem[2950]: Could not post layout child [object 
qx.ui.basic.Image]: TypeError - 'null' is null or not an object (#-2146823281)
040407 ERROR: qx.ui.form.ListItem[2950]: Could not layout child [object 
qx.ui.basic.Label] through layout handler: TypeError - 'this._style' is null or 
not an object (#-2146823281)
040407 ERROR: qx.ui.form.ListItem[2950]: Could not post layout child [object 
qx.ui.basic.Label]: TypeError - 'style' is null or not an object (#-2146823281)
040423 ERROR: qx.ui.form.ListItem[2955]: Could not layout child [object 
qx.ui.basic.Image] through layout handler: TypeError - 'this._style' is null or 
not an object (#-2146823281)
040438 ERROR: qx.ui.form.ListItem[2955]: Could not post layout child [object 
qx.ui.basic.Image]: TypeError - 'null' is null or not an object (#-2146823281)
040438 ERROR: qx.ui.form.ListItem[2955]: Could not layout child [object 
qx.ui.basic.Label] through layout handler: TypeError - 'this._style' is null or 
not an object (#-2146823281)
040454 ERROR: qx.ui.form.ListItem[2955]: Could not post layout child [object 
qx.ui.basic.Label]: TypeError - 'style' is null or not an object (#-2146823281)
040454 ERROR: qx.ui.form.ListItem[2960]: Could not layout child [object 
qx.ui.basic.Image] through layout handler: TypeError - 'this._style' is null or 
not an object (#-2146823281)
040485 ERROR: qx.ui.form.ListItem[2960]: Could not post layout child [object 
qx.ui.basic.Image]: TypeError - 'null' is null or not an object (#-2146823281)
040485 ERROR: qx.ui.form.ListItem[2960]: Could not layout child [object 
qx.ui.basic.Label] through layout handler: TypeError - 'this._style' is null or 
not an object (#-2146823281)
040485 ERROR: qx.ui.form.ListItem[2960]: Could not post layout child [object 
qx.ui.basic.Label]: TypeError - 'style' is null or not an object (#-2146823281)
040501 ERROR: qx.event.handler.EventHandler[28]: Failed to handle mouse event: 
TypeError - 'getParent()._getTargetNode()' is null or not an object 
(#-2146823281)




Send instant messages to your online friends http://au.messenger.yahoo.com 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to