Which version of Qooxdoo?
It's working ok for me for FF 2.0.

sucharitha lakshmi wrote:
> 
> Hi,
>    I am trying put tabIndex property for TextFields.
> The code is as follows,
>      txtfield= new qx.ui.form.TextField();
>               with(txtfield)
>                {
>                   setTop(20);
>                   setLeft(10);
>                    setWidth(10);
>                };
>     txtfield.setTabIndex(1);
> Its working fine for IE.But for Mozilla, its not working(TextField is not
> get focused).
> Can anyone please help me on this?
> 
> Regards,
> Sucharitha
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

-- 
View this message in context: 
http://www.nabble.com/TabIndex-problem-for-qx.ui.form.TextField%28%29-in-FIREFOX-browser-tf4171194.html#a11918512
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to