Opened 12 years ago
Closed 12 years ago
#7560 closed defect (fixed)
dojo.NodeList-html doesn't work
Reported by: | dante | Owned by: | Sam Foster |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | General | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
calling dojo.query("#foo").html("<p>bar</p>");
results in an empty node with id="foo"
all the unit tests existing only seem to pass. None of the expected content is actually available.
Attachments (1)
Change History (3)
Changed 12 years ago by
Attachment: | unittest.patch added |
---|
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
updated unit test showing failures