Skip to main content

Search and Top Navigation

#8170 open bug ()

Opened March 08, 2012 09:33AM UTC

Last modified June 24, 2014 11:52PM UTC

Datepicker: Active day always appears as hovered at first

Reported by: raphinesse Owned by:
Priority: minor Milestone: none
Component: ui.datepicker Version: 1.8.18
Keywords: Cc:
Blocked by: Blocking:
Description

Before being hovered once the active day already has the class ui-state-hover. This is bad if you want to give the hover class a higher precedence than the active class.

Attachments (0)
Change History (5)

Changed March 08, 2012 10:30AM UTC by raphinesse comment:1

This is caused by this line in jquery.ui.datepicker.js:

inst.dpDiv.find('.' + this._dayOverClass + ' a').mouseover();

The introduction of this had probably something to do with keyboard navigation.

Changed July 17, 2012 12:18PM UTC by scottgonzalez comment:2

#8277 is a duplicate of this ticket.

Changed October 11, 2012 02:45PM UTC by scottgonzalez comment:3

milestone: 1.9.01.11.0

Changed October 19, 2012 08:19PM UTC by mikesherov comment:4

status: newopen

Changed June 24, 2014 11:52PM UTC by scottgonzalez comment:5

milestone: 1.11.0none