]
Brian Leathem updated RF-11092:
-------------------------------
Fix Version/s: 4.1.0.Final
Component/s: component-input
rich:autocomplete - attribute tabindex doesn't work
---------------------------------------------------
Key: RF-11092
URL:
https://issues.jboss.org/browse/RF-11092
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-input
Affects Versions: 4.1.0.Milestone1
Environment: latest richfaces-4.1.0-SNAPSHOT, IE8, Firefox5, Chrome
Reporter: Rene O
Fix For: 4.1.0.Final
code-snippet to reproduce the issue:
...
<h:form id="testForm">
<h:inputText value="" tabindex="1" />
<rich:autocomplete value="" ... tabindex="2" />
<h:inputText value="" tabindex="3" />
</h:form>
...
If you tab from inputText1, inputText2 will gain the focus, instead of the autocomplete
component
--
This message is automatically generated by JIRA.
For more information on JIRA, see: