Skip to main content

Search and Top Navigation

#10319 closed bug (fixed)

Opened July 22, 2014 08:23AM UTC

Closed July 23, 2014 07:10PM UTC

Last modified July 23, 2014 07:14PM UTC

Datepicker: Date not highlighted when moving around with keyboard interaction

Reported by: poff Owned by:
Priority: minor Milestone: 1.11.1
Component: ui.datepicker Version: 1.11.0
Keywords: regression Cc:
Blocked by: Blocking:
Description

When using keyboard interaction (such as ctrl + arrow keys) to move around in the datepicker, the date is no longer highlighted in version 1.11.0, so you don't know what date it is you're about to select. This used to work in 1.10.4.

Examples:

Working (1.10.4): http://jsfiddle.net/z2BWA/

Broken (1.11.0): http://jsfiddle.net/2WvGV/

As of right now, this is also broken in the latest git version.

It seems like this was broken with the commit f0b4967 fixing the issue #5816. After reverting the change made in f0b4967, highlighting with keyboard interaction works again.

Attachments (0)
Change History (3)

Changed July 22, 2014 12:20PM UTC by tj.vantoll comment:1

keywords: → regression
status: newopen

Changed July 23, 2014 07:10PM UTC by TJ VanToll comment:2

resolution: → fixed
status: openclosed

Datepicker: Abstract mouseover logic to avoid explicit event trigger

The reliance on .mouseover() caused an issue in some circumstances

(see #5816). The removal of .mouseover() broke keyboard navigation

(see #10319).

Fixes #10319

Closes gh-1290

Changeset: c399f1f77a015d4f269e3bda98720ebea9bb0c7a

Changed July 23, 2014 07:14PM UTC by scottgonzalez comment:3

milestone: none1.11.1