Opened 8 years ago
Closed 6 years ago
#17136 closed defect (fixed)
dojox.form.Uploader hardcoded dojo namespace again
Reported by: | iamFake | Owned by: | dylan |
---|---|---|---|
Priority: | undecided | Milestone: | 1.10 |
Component: | DojoX Uploader | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
in Uploader.js line 276
array.forEach(this._inputs, domConstruct.destroy, dojo);
hardcoded dojo namespace, but must be relative. otherwise, with packageMap, uploader returns error "undefined variable dojo"
Change History (2)
comment:1 Changed 6 years ago by
Owner: | changed from Mike Wilcox to dylan |
---|---|
Status: | new → assigned |
comment:2 Changed 6 years ago by
Milestone: | tbd → 1.10 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
This was fixed in 1.10 https://github.com/dojo/dojox/commit/4ca469461a20f1020af1c7eeeb1d4192b8aba2fc , and backported to 1.9.x, we just forgot to close the ticket.