Opened 12 years ago
Closed 12 years ago
#8718 closed defect (fixed)
NodeList addContent should use new dom creation utilities
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Core | Version: | 1.3.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
NodeList.addContent
is currently broken for any random HTML. It should use dojo._toDom()
or something related to create the DOM. It also needs some unit tests.
Note: See
TracTickets for help on using
tickets.
This problem is fixed in the patch of #8282.