Opened 12 years ago
Closed 12 years ago
#8391 closed defect (fixed)
DTL depends on removed function
Reported by: | siliconerror | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX DTL | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
DojoX DTL still calls dijit._Templated._createNodesFromText, which was removed in changeset 16286 (http://bugs.dojotoolkit.org/changeset/16286/dijit/trunk/_Templated.js)
Change History (2)
comment:1 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|---|
Owner: | changed from Neil Roberts to Eugene Lazutkin |
Status: | new → assigned |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [16302]) Replacing the removed dijit._Templated._createNodesFromText() with dojo._toDom() in DojoX DTL, all unit tests work ok, !strict, fixes #8391, refs #7890.