> I tried to see why tabindex 4 is never hit, and using the isTabable() > function the var 'tabable' gets the value "null" instead of a Boolean, so > that seems odd. Is there some other property I need to set to be able to TAB > to this table? > Ken > > This appears to be a bug in qooxdoo initialization for this widget. In doing further testing, I found that by manually focusing on the table (mouseclick) that I was able to TAB out of the table to the widget with the next tabindex (5), that I could shift-TAB and go back to the table (5 -> 4), and that subsequently the tabindex order was followed as I expected: 1, 2, 3, 4, 5, 6......
So it appears that tabindex works OK once the widget attains focus by some other means. Ken
------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev
_______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
