themeroller + datepicker not synchronized
I just downloaded the datepicker today along with the standard theme.
Here's an slightly edited html fragment produced by the datepicker:
<a class="ui-datepicker-prev ...">
and here's the css rule for applying the prev arrow image:
.ui-datepicker-next a, .ui-datepicker-prev a {
It appears originally there was a <div class="ui-datepicker-prev">
element that contained an <a>Prev</a> element in an old datepicker
version. The new datepicker however has gotten rid of the <div> tag
and has placed the class attribute directly in the <a> tag.
There are similar problems where the themeroller styles aren't being
applied to the datepicker table cells properly (presumably because the
html structure was changed a bit).
I would think that somebody else is aware of this problem and is
working on a fix. Or perhaps I'm overlooking something I'm doing
wrong. Any Thoughts?