#10850 closed defect (fixed)
Calendar: no CSS for disabled dates based on next/previous/cur month
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit | Version: | 1.4.0 |
Keywords: | claro | Cc: | |
Blocked By: | Blocking: |
Description
All the themes reference the classes:
- dijitCalendarPreviousMonthDisabled
- dijitCalendarCurrentMonthDisabled
- dijitCalendarNextMonthDisabled
Those classes are meant to designate disabled dates in the previous, current, and next months. However, the Calendar code never sets those classes. It just sets dijitCalendarDisabledDate.
See test_Calendar.html and click the "disable weekends" button, then check in firebug.
Should either make those classes apply or remove the rules from the themes.
Change History (3)
comment:1 Changed 11 years ago by
comment:3 Changed 11 years ago by
Keywords: | claro added; lucid removed |
---|
Note: See
TracTickets for help on using
tickets.
(In [21606]) latest changes from lucid branch, including removal of browser specific rules as well as fixing style for disabled dates, refs #10527, #10850.