[richfaces-issues] [JBoss JIRA] Created: (RF-5288) inplaceInput: tabindex doesn't work

Tatyana Romanovich (JIRA) jira-events at lists.jboss.org
Tue Dec 9 12:25:47 EST 2008


inplaceInput: tabindex doesn't work
-----------------------------------

                 Key: RF-5288
                 URL: https://jira.jboss.org/jira/browse/RF-5288
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.0
         Environment: RF-3.3.0.BETA3
            Reporter: Tatyana Romanovich
            Assignee: Nick Belaevski
            Priority: Minor


Scenario1:
1. Create test page:
<rich:inplaceInput tabindex="1" defaultLabel="II with tabIndex=1" />
<rich:inplaceInput tabindex="3" defaultLabel="II with tabIndex=3" />
<rich:inplaceInput tabindex="2" defaultLabel="II with tabIndex=2" />
2. Run application
3. execute tab-navigation step by step from first component to the last:
a. set focus on the first inplaceInput component and press tab key
FAILURE:  second component with tabindex=3 was selected after first with tabindex=1
b. press tab key again
FAILURE:  third component with tabindex=2 was selected after previous inplaceInput component with tabindex=3

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list