Ticket #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 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
with some node: <div id="foo">bar</div>
the NodeList? operator:
dojo.query("#foo").addContent("test");
causes FF to stop responding. the inline comments indicate "last
dojo.query("#foo").addContent("test","after");
works as expected.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.