You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "James Holmes (JIRA)" <ji...@apache.org> on 2007/08/15 15:16:34 UTC

[jira] Updated: (WW-2061) Tabindex not working on autocompleter

     [ https://issues.apache.org/struts/browse/WW-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Holmes updated WW-2061:
-----------------------------

    Fix Version/s: 2.0.10

> Tabindex not working on autocompleter
> -------------------------------------
>
>                 Key: WW-2061
>                 URL: https://issues.apache.org/struts/browse/WW-2061
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.0.9
>         Environment: Windows Firefox 2.0.0.5 and Internet Explorer 6.0
>            Reporter: Benjamin McCann
>             Fix For: 2.0.10
>
>
> I have a bunch of inputs with tabindex defined on each.  Some are regular HTML inputs and some are struts autocompleters as shown below:  
>       <s:autocompleter name="city" theme="ajax" href="%{jsonList}" size="22" tabindex="5" dropdownWidth="200" showDownArrow="false" autoComplete="true" loadOnTextChange="true" searchType="startstring" />      
> When I tab through the fields it skips right over my autocompleters and comes back only after hitting all the regular HTML fields.
> Thanks,
> Ben

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.