Skip to main content

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 tj.vantoll comment:1

status: newopen
summary: Datepicker Icon Trigger not keyboard accessibleDatepicker: Icon Trigger not keyboard accessible

Confirmed on http://jqueryui.com/datepicker/#icon-trigger. Fix seems reasonable as well.

Changed November 04, 2013 03:20PM UTC by jzaefferer comment:2

Sounds good, yeah. Dylan, could you put together a PR for this?