]
Konstantin Mishin resolved RF-8067.
-----------------------------------
Fix Version/s: 3.3.4.BETA1
(was: Future)
Resolution: Done
keyboard navigable rich:datascroller
------------------------------------
Key: RF-8067
URL:
https://jira.jboss.org/jira/browse/RF-8067
Project: RichFaces
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Affects Versions: 3.3.2.SR1
Reporter: Gary Hu
Assignee: Nick Belaevski
Fix For: 3.3.4.BETA1
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: