[richfaces-issues] [JBoss JIRA] Created: (RF-9357) Input Spinner Component tabindex
st schaer (JIRA)
jira-events at lists.jboss.org
Fri Sep 17 04:17:28 EDT 2010
Input Spinner Component tabindex
--------------------------------
Key: RF-9357
URL: https://jira.jboss.org/browse/RF-9357
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.3.3.Final
Environment: Windows / JBoss 4.2.2
Reporter: st schaer
The tabindex of the input spinner component does not work correctly.
Without declaration of the tabindex, the selection order is 1.input box, 2.up button, 3.down button. If i declare the tabindex the selection order is 1. input box, 2. up button, 3. next component, etc.
But if i input the values manually a selection of the up and down buttons is not required.
The desired order should be 1.first component 2. input box spinner component (without buttons) 3. last component.
This way the user only has to click once on the tabulator key, else the user would have to press 3 times on the tabulator key (2 extra times for the up and down buttons which is not needed).
--
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