Hi mckwill, thanks, I can confirm your issue, the issue also sill exist in the current release. I tested all IE's but only IE8 has this issue.
I opened a bug report this issue: http://bugzilla.qooxdoo.org/show_bug.cgi?id=3955 Please add yourself to CC to be up to date on state changes. Cheers, Chris Am 03.08.2010 17:21, schrieb mckwil: > In fact, the snippet in my previous post can be simplified to: > > var container = new qx.ui.container.Scroll(); > var composTest = new qx.ui.container.Composite(new > qx.ui.layout.HBox(3)); > > var compos = new qx.ui.container.Composite(new qx.ui.layout.VBox(0)); > compos.add(new qx.ui.basic.Atom().set({height:700})); > compos.add(new qx.ui.basic.Label("Hello").set({height:300})); > var field = new qx.ui.form.SelectBox(); > var type = new qx.ui.form.ListItem("A"); > field.add(type); > type = new qx.ui.form.ListItem("B"); > field.add(type); > type = new qx.ui.form.ListItem("C"); > field.add(type); > type = new qx.ui.form.ListItem("D"); > field.add(type); > compos.add(field); > compos.add(new qx.ui.basic.Atom().set({height:300})); > > container.add(compos); > this.getRoot().add(container, {edge:0}); > } > > And the problem would still exist. ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
