Opened 9 years ago
Last modified 9 years ago
#9625 open bug
Datepicker: Icon Trigger not keyboard accessible
Reported by: | dylanb | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.datepicker | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The icon trigger option for the datepicker does not apply a tabindex and role to the img and hence the image is not focussable and connot be used by keyboard or screen reader users.
I suggest using an input type="image" as this would solve both problems at once.
Change History (2)
comment:1 Changed 9 years ago by
Status: | new → open |
---|---|
Summary: | Datepicker Icon Trigger not keyboard accessible → Datepicker: Icon Trigger not keyboard accessible |
Note: See
TracTickets for help on using
tickets.
Confirmed on http://jqueryui.com/datepicker/#icon-trigger. Fix seems reasonable as well.