Ticket #8391 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

DTL depends on removed function

Reported by: siliconerror Owned by: elazutkin
Priority: normal Milestone: 1.3
Component: DojoX DTL Version: 1.2.3
Severity: normal Keywords:
Cc:

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

Changed 6 months ago by elazutkin

  • status changed from new to assigned
  • owner changed from pottedmeat to elazutkin
  • milestone changed from tbd to 1.3

Changed 6 months ago by elazutkin

  • status changed from assigned to closed
  • resolution set to fixed

(In [16302]) Replacing the removed dijit._Templated._createNodesFromText() with dojo._toDom() in DojoX DTL, all unit tests work ok, !strict, fixes #8391, refs #7890.

Note: See TracTickets for help on using tickets.