[richfaces-issues] [JBoss JIRA] Created: (RF-8067) keyboard navigable rich:datascroller

Gary Hu (JIRA) jira-events at lists.jboss.org
Tue Nov 3 12:47:05 EST 2009


keyboard navigable rich:datascroller
------------------------------------

                 Key: RF-8067
                 URL: https://jira.jboss.org/jira/browse/RF-8067
             Project: RichFaces
          Issue Type: Feature Request
    Affects Versions: 3.3.2.SR1
            Reporter: Gary Hu


The rich:datascroller generates the markup html code like this:

  <td class="dr-dscr-inact rich-datascr-inact" onclick="Event.fire(this, 'rich:datascroller:onscroll', {'page': '1'});">1</td>

The code above is not keyboard navigable. For example, it can not be set focus. 

Can we generate the html markup like the following?
  
  <td class="dr-dscr-inact rich-datascr-inact"  onclick="Event.fire(this, 'rich:datascroller:onscroll', {'page': '1'});"><a href="javascript:void(0)">1</a></td>

The <a> tag will enable it to be keyboard navigable. 

Furthermore, maybe we can add one property for rich:datascroller to determine if needing to generate keyboard navigable page link or not.

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