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 tj.vantoll

Keywords: a11y added
Owner: set to dylanb
Status: newpending
Summary: Datepicker does not announce the datepicker information on OS X with VoiceOverDatepicker: does not announce to AT with keyboard shortcuts

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?

comment:2 Changed 9 years ago by dylanb

Status: pendingnew

I have successfully implemented this with aria-live announcements similar to what is being done in

https://github.com/jquery/jquery-ui/pull/1118

comment:3 Changed 9 years ago by tj.vantoll

Status: newopen

Cool, feel free to send a separate pull request.

Note: See TracTickets for help on using tickets.