Hi Jim, > I'm not positive, but I don't think it's qooxdoo that is setting the > tab order if you don't provide an explicit order, it's the browser. > And the browser only knows one way to do it. If you want a top down, > then left right order you are going to have to manage that yourself. We actually do compute the tab order manually. We don't rely on the different browsers to do exactly the same thing :-). So in theory this strategy could be changed but right now it is hard coded in the "qx.ui.core.FocusHandler" class. The interesting function there is "__compareTabOrder". Tom you could hack this method in you local qooxdoo version and report back whether it can solve your use case. If so please open a bug to make this tab sort algorithm configurable.
Best Fabian -- Fabian Jakobs JavaScript Framework Developer 1&1 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 [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 ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
