#4270 closed defect (fixed)
CurrencyTextBox is missing dojo.require
Reported by: | guest | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
dijit.form.CurrencyTextBox? inherits from dijit.form.NumberTextBox? but is missing the appropriate dojo.require("dijit.form.NumberTextBox?"), thus it doesn't get instantiated, unless one has already added the above dojo.require manually.
Change History (3)
comment:1 Changed 14 years ago by
Milestone: | → 1.0 |
---|---|
Owner: | set to Douglas Hays |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [10350]) Fixes #4270. Add require.