Opened 14 years ago
Closed 14 years ago
#2478 closed defect (wontfix)
createWidget only accepts widgets in the /widget/ namespace sub packages throw deprecation erros
Reported by: | ialpert | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This seems like a smell to me to only allow widgets that are in the root widget/package the createWidget function also doesn't allow fully qualified namespaces to work around the deprecated warning.
Note: See
TracTickets for help on using
tickets.
I think that's true, but the whole createWidget() function is gone in dijit (for the 0.9 release); you just do
so this won't be an issue in the future.