Opened 11 years ago
Closed 10 years ago
#8099 closed feature (duplicate)
datePicker show todays date as selected and not highlighted when selected
Reported by: | lamarshall | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.11.0 |
Component: | ui.datepicker | Version: | 1.8.17 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The datepicker widget does not allow the user to see that todays date is selected. This is because the ui-state-highlight style is applied.
If the condition to apply the ui-state-hilight was changed to
(Y.getTime()==b.getTime() && Y.getTime()!=k.getTime()?" ui-state-highlight":"")
Then if todays date is selected, it will use the ui-state-active style, otherwise it will still display todays date as highighted.
Change History (4)
comment:1 Changed 11 years ago by
Component: | ui.core → ui.datepicker |
---|
comment:2 Changed 11 years ago by
Type: | enhancement → feature |
---|
comment:3 Changed 10 years ago by
Milestone: | 1.9.0 → 1.11.0 |
---|
comment:4 Changed 10 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.