Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility issue #581

Closed
sachitsac opened this issue Nov 26, 2014 · 5 comments
Closed

Accessibility issue #581

sachitsac opened this issue Nov 26, 2014 · 5 comments
Milestone

Comments

@sachitsac
Copy link

Hi,

I have a feature request. I am not sure how far the accessibility is supported so depending on the scope, it may be a bug.

I found an issue with accessibility. When i am using the left and right arrow keys to navigate between dates, it doesn't speak out the date. Its just a blank beep. I found another datapicker that does this really well. http://freqdec.github.io/datePicker/

Can we have something similar ?

Cheers.

@amsul amsul added this to the 3.5.5 milestone Dec 2, 2014
@amsul amsul added todo and removed todo labels Dec 2, 2014
@amsul
Copy link
Owner

amsul commented Dec 7, 2014

That would be ideal - definitely going to add this soon.

Thanks for pointing it out!

amsul added a commit that referenced this issue Dec 7, 2014
@amsul amsul closed this as completed in 35af478 Dec 7, 2014
@amsul amsul removed the todo label Dec 7, 2014
@franktroia
Copy link

Hi, I don't think this issue is resolved yet.

You can see this stackoverflow issue raised for JAWS.
http://stackoverflow.com/questions/28989500/how-do-i-get-pickadate-js-working-with-the-jaws-screenreader

I don't have JAWS, but I've tested on both NVDA and ChromeVox and I can confirm the date is not announced for these readers either.

With NVDA (and maybe JAWS too), in fact, you cannot even use the keyboard since the arrow keys are tied to something NVDA specific. With ChromeVox, the arrow keys work, but the dates are not announced.

@jasonday
Copy link

Additionally, I am also getting limited ARIA for pickadate.js. Data selection is not announced, and the selected value is not announced either (NVDA).

@kisin
Copy link

kisin commented Sep 12, 2016

i can confirm that it not working on NVDA - the date is not spoken

@kisin
Copy link

kisin commented Sep 13, 2016

in the end i solved this problem by mimicking a11yfy script and created an aria-live="assertive" div with the currect date inside it, this solution forcing NVDA reading the date.

not a perfect solution but its working for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants