#3420 closed defect (fixed)
DateTextBox: invalid dates not reflected in calendar
Reported by: | bill | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
- load test_validate.html
- go to the first date box (with constraints={min:'2004-01-01', max:'2006-12-31'})
- change the year from 05 to 07
- click the arrow
There's no indication on the Calendar widget that those dates are out of range. Probably should be reflected via an X through the day? In any case with today's code I don't see any special CSS class on the days at all.
It's also on a weird day (the 15th).
Change History (4)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 14 years ago by
A special style (calendarDisabledDate) is applied to the grid for disabled dates and they are grayed out with the current style sheet.
comment:4 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [9238]) For invalid date selection, change display month but not current date. Fixes #3420