Search and Top Navigation
#9625 open bug ()
Opened October 27, 2013 03:27PM UTC
Last modified November 04, 2013 03:20PM UTC
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.
Attachments (0)
Change History (2)
Changed October 28, 2013 03:29AM UTC by comment:1
status: | new → open |
---|---|
summary: | Datepicker Icon Trigger not keyboard accessible → Datepicker: Icon Trigger not keyboard accessible |
Changed November 04, 2013 03:20PM UTC by comment:2
Sounds good, yeah. Dylan, could you put together a PR for this?
Confirmed on http://jqueryui.com/datepicker/#icon-trigger. Fix seems reasonable as well.