Opened 9 years ago
Closed 9 years ago
#16600 closed defect (wontfix)
dojox/flash has an invalid dependency on a non-AMD module
Reported by: | curtispd | Owned by: | Tom Trenka |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Dojox | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
We are using an alternate AMD loader implementation and this is causing problems. The dojox/flash module has a dependency on "./flash/_base", but that is not an AMD module, it's a legacy dojo module (dojo.provide).
The dojox/flash/_base should be converted into AMD.
Change History (2)
comment:1 Changed 9 years ago by
Owner: | changed from Adam Peller to Tom Trenka |
---|---|
Status: | new → assigned |
comment:2 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
dojox/flash has been unsupported for a long time; not sure why you're using it or where you're getting it from. In fact, I'd expect it to be dropped by 2.0 (for certain), and possibly 1.9.
If you're looking at that to embed Flash objects, you should be using dojox/embed instead.
Closing out the ticket as a "wontfix", but if you want to add an additional explanation as to why you're still using dojox/flash, feel free.