]
Brian Leathem resolved RF-11092.
--------------------------------
Resolution: Done
Added a tabindex attribute to autocomplete
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: base functionality , component-input
Affects Versions: 4.1.0.Milestone1
Environment: latest richfaces-4.1.0-SNAPSHOT, IE8, Firefox5, Chrome
Reporter: Rene O
Assignee: Brian Leathem
Priority: Minor
Fix For: 4.1.0.Milestone3
code-snippet to reproduce the issue:
{code}
<h:form id="testForm">
<h:inputText value="" tabindex="1" />
<rich:autocomplete value="" ... tabindex="2" />
<h:inputText value="" tabindex="3" />
</h:form>
{code}
If you tab from inputText1, inputText2 will gain the focus, instead of the autocomplete
component
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: