Opened 11 years ago
Closed 11 years ago
#9965 closed defect (fixed)
dojox.editor.plugins._SmileyPalette build error if dijit not included
Reported by: | James Burke | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Editor | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If a custom build is done that specifies only dojox as a prefix, and does not include dijit, then the build fails when interning strings for dojox.editor.plugins._SmileyPalette, since it references a dijit file to intern.
I think the solution is for dojox.editor.plugins._SmileyPalette to copy the html template and save it in its own directory.
Change History (4)
comment:1 Changed 11 years ago by
Component: | DojoX Widgets → Editor |
---|---|
Owner: | changed from dante to Adam Peller |
comment:2 Changed 11 years ago by
Milestone: | tbd → 1.4 |
---|
comment:3 Changed 11 years ago by
Priority: | normal → high |
---|
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Adam, IIRC SmileyPalette? is yours, but unfinished?