I am trying to solve a tabbing issue and I thought that, if all the controls I want to group together in tabbing, then the tabbing would work correctly. What is currently happening is that when I tab while in a control, it jups out of the 'area' and up one container to a button. So, I thought if I grouped them in a qx.ui.form.Form, then they might tab correctly. But what's happening is that by simply including this one line of code below, only half my page renders. I don't get any errors, I just don't get some of my controls.
var test_Form = new qx.ui.form.Form(); if I simply remove the line, everything draws correctly. Any ideas what may cause this? This is my first use of a Form, am I going about this correctly? ANy better way to group controls so that they tab correctly? I'm open to suggestions. Thanks, Jim ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
