You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Musachy Barroso (JIRA)" <ji...@apache.org> on 2007/09/27 21:48:38 UTC

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

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

Musachy Barroso reassigned WW-2061:
-----------------------------------

    Assignee: Musachy Barroso

> 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
>            Assignee: Musachy Barroso
>             Fix For: 2.0.12
>
>
> 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.