[richfaces-issues] [JBoss JIRA] Created: (RF-9367) rich:calendar: Tab order issue when 'tabindex' is provided

Vishal Agarwal (JIRA) jira-events at lists.jboss.org
Tue Sep 21 07:25:28 EDT 2010


rich:calendar: Tab order issue when 'tabindex' is provided
----------------------------------------------------------

                 Key: RF-9367
                 URL: https://jira.jboss.org/browse/RF-9367
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component
    Affects Versions: 3.3.2.SR1
         Environment: IE8, richfaces- 3.2.2SR1
            Reporter: Vishal Agarwal


When i put 2 rich:calendar side by side and navigate thorugh 'tab' key date icon does not get the foucs (Which is fine).

But when i give 'tabindex' attribute to the rich:calendar, then date icon gets focus while navigate throught 'tab' key.

<s:div id="test1">
<rich:calendar value="#{simpleDataBean.date1}" tabindex="1">
</rich:calendar>
<rich:calendar value="#{simpleDataBean.date2}" tabindex="2">
</rich:calendar>
</s:div>

This creates the inconsistency between the behaviuor.

I can see in the generated html the date icon also get the same tabindex value, so it gets focus. I do not want this and at the same time also want to use 'tabindex' attribute.

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

        


More information about the richfaces-issues mailing list