#5542 closed defect (fixed)
dojo.NodeList.addContent hangs browser
Reported by: | dante | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Core | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
with some node: <div id="foo">bar</div>
the NodeList? operator:
dojo.query("#foo").addContent("test");
after" as a second param is the default, but is seemingly ignored. |
dojo.query("#foo").addContent("test","after");
works as expected.
Attachments (1)
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 14 years ago by
Note: See
TracTickets for help on using
tickets.
refs dojo forums: http://www.dojotoolkit.org/forum/dojo-core-dojo-0-9/dojo-core-support/nodelist-addcontent-hangs