ADA Compliant
ADA Compliant
mujeera
Posts: 3Questions: 1Answers: 0
Hi there,
How can I navigate through the rows using the tab? We are testing for the ADA compliance.
This discussion has been closed.
Answers
I don't really understand what you mean by "navigate" as there are several options:
Allan
I meant to say using the tab button to navigate. I ended up using the keys option to true. that worked superb. However in the search box if you type some thing which is not in the datatable and you click on the tab, it will generate an error "0x800a138f - JavaScript runtime error: Unable to get property 'column' of undefined or null reference". Please let me know about your thoughts.
Here is my attempt to fix the issue. Basically I tried to change the value of keys to false if there is no record found. but this solution didn't work so great
Thanks for the extra details. I can reproduce that issue in this example.
Result: Javascript error.
That is a bug in KeyTable. I will fix that shortly and post back here when done.
Regards,
Allan
Fixed here. The nightly build will be up-to-date with this change in about 10 minutes time.
Thanks for letting me know about that problem!
Regards,
Allan