[ https://issues.apache.org/struts/browse/WW-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Musachy Barroso resolved WW-2061. --------------------------------- Resolution: Fixed I also fixed the tabindex for the datetimepicker tag > Tabindex not working on autocompleter > ------------------------------------- > > Key: WW-2061 > URL: https://issues.apache.org/struts/browse/WW-2061 > Project: Struts 2 > Issue Type: Bug > Components: Plugin - Dojo Tags > 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.1.3 > > > 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.