Opened 12 years ago
Closed 12 years ago
#8883 closed defect (fixed)
dijit.Dialog and dijit.form.MultiSelect not part of dijit.dijit-all
Reported by: | globex | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dijit | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When adding a:
dojo.require("dijit.dijit-all");
I've also had to add both:
dojo.require("dijit.Dialog");
and
dojo.require("dijit.form.MultiSelect?");
Because it appears the Dilog and MultiSelect? aren't included in dijit-all. They don't seem to work if I only have dijit-all required.
Change History (4)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Milestone: | tbd → 1.4 |
---|
1.3rc1 has been release; bumping remaining tickets to 1.4 (except for documentation/testing tickets)
comment:3 Changed 12 years ago by
Owner: | set to bill |
---|---|
Status: | new → assigned |
Dialog is in there for 1.3, but MultiSelect? and Form aren't; I'll add them.
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In Dojo 1.3, dijit.form.Form isn't included either.