Re: [qooxdoo-devel] TabIndex -1

2007-06-19 Thread Ralf Sternberg
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

Re: [qooxdoo-devel] TabIndex -1

2007-06-19 Thread Fabian Jakobs
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 -

Re: [qooxdoo-devel] TabIndex -1

2007-06-18 Thread dperez
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

[qooxdoo-devel] TabIndex -1

2007-06-18 Thread Ralf Sternberg
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