Search and Top Navigation
#9623 open bug ()
Opened October 26, 2013 09:18PM UTC
Last modified November 03, 2013 01:31PM UTC
Datepicker: does not announce to AT with keyboard shortcuts
Reported by: | dylanb | Owned by: | dylanb |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.datepicker | Version: | 1.10.3 |
Keywords: | a11y | Cc: | |
Blocked by: | Blocking: |
Description
When using VoiceOver and the Command-LEFT and Command-RIGHT keys to move the highlighted date in the date picker a blind user would not be aware of which day is selected.
Also, the user is not aware what the currently selected year or month is.
Also when changing the year or month using the keyboard shortcuts, no announcements are made.
Attachments (0)
Change History (4)
Changed October 28, 2013 12:12PM UTC by comment:1
keywords: | → a11y |
---|---|
owner: | → dylanb |
status: | new → pending |
summary: | Datepicker does not announce the datepicker information on OS X with VoiceOver → Datepicker: does not announce to AT with keyboard shortcuts |
Changed October 29, 2013 12:21AM UTC by comment:2
status: | pending → new |
---|
I have successfully implemented this with aria-live announcements similar to what is being done in
Changed October 29, 2013 02:15AM UTC by comment:3
status: | new → open |
---|
Cool, feel free to send a separate pull request.
Changed November 03, 2013 01:31PM UTC by comment:4
Proposed fix in https://github.com/jquery/jquery-ui/pull/1127
I made the title a little more generic here because this behavior is not specific to VoiceOver or OS X. Do you have any suggestions of how we could announce this information?