Opened 9 years ago
Last modified 9 years ago
#9623 open bug
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.
Change History (4)
comment:1 Changed 9 years ago by
Keywords: | a11y added |
---|---|
Owner: | set to 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 |
comment:2 Changed 9 years ago by
Status: | pending → new |
---|
I have successfully implemented this with aria-live announcements similar to what is being done in
comment:3 Changed 9 years ago by
Status: | new → open |
---|
Cool, feel free to send a separate pull request.
Note: See
TracTickets for help on using
tickets.
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?