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

Brian Leathem (Updated) (JIRA) jira-events at lists.jboss.org
Wed Oct 5 12:19:16 EDT 2011


     [ https://issues.jboss.org/browse/RF-11092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem updated RF-11092:
-------------------------------

    Fix Version/s: 4.1.0.Milestone3
                       (was: 4.1.0.Tracking)
      Description: 
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

  was:
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

         Priority: Minor  (was: Major)
         Assignee: Brian Leathem

    
> 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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list