Hi Robert, I've just tried you example at the development and the 0.8.3 version and everything worked fine.
Can you please re-test it under the following URLs? -> http://demo.qooxdoo.org/0.8.3/playground/index.html -> http://demo.qooxdoo.org/devel/playground/index.html Can you reproduce it with these versions? cheers, Alex On Thursday 10 September 2009 Elsner, Robert wrote: > In the playground, the following code will also cause this issue: > (never mind the textfield as a button label, that's horrible practice) > > Select the last tab, there should be two text boxes. Tab between them > and then it causes a exception. > > I wonder if this is related to: > http://bugzilla.qooxdoo.org/show_bug.cgi?id=2713 which has the same > error, but via a different route. > > var button1 = new qx.ui.form.TextField("First Button"); > var button2 = new qx.ui.form.TextField("second Button"); > var button3 = new qx.ui.form.TextField("third Button"); > var button4 = new qx.ui.form.TextField("fourth Button"); > var tabView = new qx.ui.tabview.TabView(); > var tab1 = new qx.ui.tabview.Page("sdfkj"); > tab1.setLayout(new qx.ui.layout.Grow()); > tab1.add(button3); > tabView.add(tab1); > var tab2 = new qx.ui.tabview.Page("sdfkj2"); > tab2.setLayout(new qx.ui.layout.Grow()); > tab2.add(button4); > tabView.add(tab2); > tabView.add(new qx.ui.tabview.Page("sdfkj3")); > var doc = this.getRoot(); > doc.add(tabView); > var tabView2 = new qx.ui.tabview.TabView(); > var pane2 = new qx.ui.tabview.Page("sdfkj4"); > pane2.setLayout(new qx.ui.layout.VBox()); > pane2.add(button1); > pane2.add(button2); > tabView2.add(pane2); > var pg = new qx.ui.tabview.Page("test"); > pg.setLayout(new qx.ui.layout.Grow()); > pg.add(tabView2); > tabView2.add(new qx.ui.tabview.Page("sdfkj3")); > tabView2.add(new qx.ui.tabview.Page("sdfkj3")); > tabView2.add(new qx.ui.tabview.Page("sdfkj3")); > tabView.add(pg); ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
