#3774 closed bug (fixed)
Datepicker: prev and next buttons should not have hover effect when disabled
Reported by: | rdworth | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.7 |
Component: | ui.datepicker | Version: | 1.6rc4 |
Keywords: | datepicker hover disabled buttons | Cc: | |
Blocked by: | Blocking: |
Description
When the prev and next buttons are disabled (for example, with min, max) they should not get the ui-state-hover class on hover.
Change History (2)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
Component: | ui.core → ui.datepicker |
---|
Note: See
TracTickets for help on using
tickets.
They don't get ui-state-hover class in disabled state, but they were indeed "bumping", related to :hover rules. Fixed in r1541.