Opened 6 years ago
Last modified 4 years ago
#18584 new defect
dojo/text: doesn't support r.js (requirejs builder)
Reported by: | bill | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.14 |
Component: | Core | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Apparently dojo/text won't work correctly with the RequireJS builder (and other compatible builders) because dojo/text.js doesn't have a write()
method (nor a pluginBuilder
property) to write out the specified text to the layer file.
That means that dijit won't work with the RequireJS builder.
To be honest I haven't actually tested it, but it looks like it won't work.
Change History (3)
comment:1 Changed 6 years ago by
comment:2 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|
Will consider for 1.12, but will need a pull request in order for this to happen.
comment:3 Changed 4 years ago by
Milestone: | 1.13 → 1.14 |
---|
Note: See
TracTickets for help on using
tickets.
+1 here. There is another place where the dojo/text is breaking trying to run r.js. The require.getText call is not defined and either require or any plugin provides it.