Accessibility issue about the full number pagination
Accessibility issue about the full number pagination
yyli
Posts: 4Questions: 0Answers: 0
Hi,
I am using DataTables 1.9, which is announced to be fully accessible. But when I use full number pagination, JAWS reads the numbered pages as links for the first time. After I select one page, it starts reading the subsequent pages as only numbers, like 2, 3, 4 etc.
Can anyone help, Please!
Thanks!
I am using DataTables 1.9, which is announced to be fully accessible. But when I use full number pagination, JAWS reads the numbered pages as links for the first time. After I select one page, it starts reading the subsequent pages as only numbers, like 2, 3, 4 etc.
Can anyone help, Please!
Thanks!
This discussion has been closed.
Replies
Thanks for your question - but in future, please follow the forum rules and post a question only once.
Regarding the error, can you try DataTables 1.10 please, I've had some feedback on the accessibility aspect and made some improvements. However, I'm not a screenreader user myself, so there might still be improvements to be made. Suggestions are very welcome.
I have found that working with screen readers is like working with CSS around the year 2000. Every implementation is massively different...
Allan
First of all, I am sorry that I posted the question twice. I posted in DataTables 1.9 first, but then thought it might be a more general issue. My apologies!
I will definitely try 1.10 version and see if it will work. I work for older blind people, so this feature is a must.
Thanks for your quick reply Allan. I really appreciate what you have done, and this plugin is a god-sent bless for me and saves me tons of time.
Allan
Any other ideas? Any suggestions are appreciated.
I'm guessing that the moment you are:
1. Clicking, or using the keyboard, to activate the page '2' paging button
2. JAWS then reads '2, 3, 4, 5'?
That's a very weird thing for it to do! It should just read the pagination info "Showing 10 to 19 of 57 records".
Allan
What I did was to turn on JAWS, use tab to focus on the link of page number 1, and then press enter key, which was how JAWS selects and opens a link. It showed me the content on the page 1, but then when I tabbed again, JAWS read the rest of page links as numbers all at once, like 2,3,4...then JAWS skipped the data table, and started reading the next section, which is the right navigation bar on the page.
I am using JAWS 13 and IE 11, and here's the link of the website: http://watap.org/tryout/products.php?cat=3, in case it's helpful.
Thanks for helping me troubleshoot. Let me know if you need anything else from me.
Allan
There's also a minor issue with focus remaining on a disabled pager button as well. "First" and "Last" do that, as do "Previous" and "Next" when they take you to the first/last page respectively.
I'm going to be issuing an rc.1 of DataTables 1.10 soon with these changes in.
Allan