Question

According to the Qooxdoo Beginner's Guide here the default tab index for the widgets is set in the order in which the widgets are added to a container. But in this code in the playground this for some reason is not happening. Is this a qooxdoo bug or is something else ?

Was it helpful?

Solution

This book is somewhat outdated. I'm not sure if it worked like stated in the book at some time or if it hasn't worked like that all along. Anyway, the manual (which is the preferred and most up-to-date source of information) states:

The tab handling in qooxdoo is based on coordinates of each widget on the screen. It follows the visible structure and not the internal application (or even markup) structure.

So it's not a bug - you have to set the tab index manually if you want more control over this behavior.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top