Search and Top Navigation
#8099 closed feature (duplicate)
Opened February 03, 2012 09:15PM UTC
Closed October 19, 2012 10:16PM UTC
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.
Attachments (0)
Change History (4)
Changed February 03, 2012 09:23PM UTC by comment:1
component: | ui.core → ui.datepicker |
---|
Changed June 26, 2012 01:24AM UTC by comment:2
type: | enhancement → feature |
---|
Changed October 11, 2012 02:45PM UTC by comment:3
milestone: | 1.9.0 → 1.11.0 |
---|
Changed October 19, 2012 10:16PM UTC by comment:4
resolution: | → duplicate |
---|---|
status: | new → closed |