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.