[richfaces-issues] [JBoss JIRA] Created: (RF-11092) rich:autocomplete - attribute tabindex doesn't work

Rene O (JIRA) jira-events at lists.jboss.org
Fri Jul 1 08:45:24 EDT 2011


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)
    Affects Versions: 4.1.0.Milestone1
         Environment: latest richfaces-4.1.0-SNAPSHOT, IE8, Firefox5, Chrome
            Reporter: Rene O


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: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list