Datepicker highlight issue
Hi everyone,
So I've come across a strange bug when using the jQuery UI Datepicker.
I have an instance of the datepicker configured to show two months at
a time (so two calendars displayed), and I have a CSS style defined
for both hover and selection. The issue arises when I select the same
date as today, but in the following month (so if I were to choose 30
April today), it applies the ui-state-hover class back to today's
date. This only occurs when I select the same day in a different
month.
However, when I hover over another date in this month's calendar, the
highlight on today disappears.
Has anyone else seen this issue? I'm having trouble understanding why
this occurs, so it's difficult to debug.
Thanks for your time,
Oliver