Fabian Jakobs schrieb:
> I have updated the API doc for tabIndex with this information.
>
> Best Fabian
Ok, thanks! I just wanted to make sure that we use your API properly ;-)
Ralf
-
This SF.net email is sponsored by D
dperez schrieb:
> In Parent.js, you can see this:
>
> // Deactivate focus handling
> this.setTabIndex(-1);
>
> So, -1 must be a valid value.
>
>
I have updated the API doc for tabIndex with this information.
Best Fabian
-
In Parent.js, you can see this:
// Deactivate focus handling
this.setTabIndex(-1);
So, -1 must be a valid value.
Ralf Sternberg-2 wrote:
>
> Hi,
>
> we currently have a problem with widgets that have a tabIndex of -1 set
> (see http://bugzilla.qooxdoo.org/show_bug.cgi?id=495).
> As the doc
Hi,
we currently have a problem with widgets that have a tabIndex of -1 set
(see http://bugzilla.qooxdoo.org/show_bug.cgi?id=495).
As the doc doesn't tell anything about the meaning of -1 anymore, I
wonder whether this is still the recommended method of excluding a
widget from the tab order? Or