Opened 11 years ago
Closed 11 years ago
#8167 closed defect (duplicate)
NodeList.addContent() strips tags?
Reported by: | axolx | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | General | Version: | 1.2.0 |
Keywords: | addContent | Cc: | |
Blocked By: | Blocking: |
Description
This is my first bug report so I apologize if I'm not doing properly. If that's the case please let me know what info is missing and I will gladly provide it. The details can be found here:
http://dojotoolkit.org/forum/dojo-core-dojo-0-9/dojo-core-support/nodelist-addcontent-strips-tags
Note: See
TracTickets for help on using
tickets.
okay, this refs #7890 - none of the base HTML util functions work properly with IE-unsafe Dom tags (tr, td, select, etc) but should and will as part of a grander scheme we're working on. 1.3 introduces dojo.create, and 1.4 will likely normalize all Dom activity like emptying and adding for these node types ... see #7890, #7802, #7975, #7976
note: dojo.html.set and dijit._Templated all handle this properly, and is common enough a task to migrate to base (as per the various other tickets mentioned here)