Hi All,

Just updated to the latest trunk, and am having a problem with the tab 
view.  Specifically, closing the last page in a tabview is causing the 
error "too much recursion".  I've tried this with the Playground 
application, and it confirms the scenario.  Paste the following into 
Playground (0.8.3-pre) and you'll see the error when you close the last 
tab page:

// Document is the application root
var doc = this.getRoot();

var tabView = new qx.ui.tabview.TabView();
tabView.setWidth(400);
tabView.setHeight(400);
doc.add(tabView);

var page1 = new qx.ui.tabview.Page("First Page");
page1.setShowCloseButton(true);
tabView.add(page1);

var page2 = new qx.ui.tabview.Page("Second Page");
page2.setShowCloseButton(true);
tabView.add(page2);

...

I'm using FireFox 3.0.11 on Windows.
FWIW, trying this in Chrome 2.0.172.31 on Windows does _not_ show the 
same problem.

Thanks,

Steven



------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to