Opened 11 years ago
Last modified 9 years ago
#8170 open bug
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.
Change History (5)
comment:1 Changed 11 years ago by
comment:3 Changed 10 years ago by
Milestone: | 1.9.0 → 1.11.0 |
---|
comment:4 Changed 10 years ago by
Status: | new → open |
---|
comment:5 Changed 9 years ago by
Milestone: | 1.11.0 → none |
---|
Note: See
TracTickets for help on using
tickets.
This is caused by this line in
jquery.ui.datepicker.js
:The introduction of this had probably something to do with keyboard navigation.