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
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.