Hi Steven,

could you please open a bug report for this issue and copy your code 
snipped as example in it.

Thanks,
Chris

Mr. Hericus schrieb:
> 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
>   


-- 
Christian Schmidt
Software Entwickler

1&1 Internet AG - Web Technologies
Ernst-Frey-Straße 9 · DE-76135 Karlsruhe
[email protected]

Amtsgericht Montabaur / HRB 6484
Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas 
Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver 
Mauss, Jan Oetjen
Aufsichtsratsvorsitzender: Michael Scheeren


------------------------------------------------------------------------------
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