#3986 closed defect (fixed)
DateTextBox: error on invalid date
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In test_validate.html type an invalid date and hit tab. JS error in dojo.date.locale:
var m = dateObject.getMonth();
dateObj is "" not a Date.
Change History (2)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [9968]) Fixes #3985, #3986. Added logic to detect invalid dates.