I'm also working with 0.7.
The textfield already has its tabindex set to 1.
This is working for me:
frontend/application/demobrowser/source/html/example/Fields_1.html


sucharitha lakshmi wrote:
> 
> Its 0.7 version.
> Can you send me the sample code.
> 
> Regards,
> Sucharitha
> 
> On 7/30/07, sucharitha lakshmi <[EMAIL PROTECTED]> 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
> [email protected]
> 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#a11919233
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to