Opened 9 years ago
Closed 9 years ago
#14492 closed defect (worksforme)
IE9 and DateTextBox
Reported by: | aurelien_ls | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit - Form | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
For each page that loads dijit.form.DateTextBox?, there is an error logged in the console :
SCRIPT5022: declare dijit.Calendar._MonthDropDownButton: base class is not a callable constructor. dojo.js, Ligne 15 Caractère 52563
Change History (2)
comment:1 Changed 9 years ago by
Owner: | changed from Douglas Hays to bill |
---|
comment:2 Changed 9 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Working fine for me too. That code above should be OK, it's just creating dijit.Calendar._MonthDropDownButton for back-compat.
If you have a test case please attach it (attach file button) and reopen this ticket.
Note: See
TracTickets for help on using
tickets.
download.dojotoolkit.org/release-1.7.1/dojo-release-1.7.1/dijit/tests/form/test_DateTextBox.html
reveals no errors. But the following in dijit/Calendar.js looks suspiciously non-AMD-ish:
Calendar._MonthDropDownButton = declare("dijit.Calendar._MonthDropDownButton", DropDownButton?, {