#756 closed enhancement (fixed)
A fix and and an enhancement for dojo.dom
Reported by: | Owned by: | alex | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
This makes two small changes:
- Fixes dojo.dom.innerXML(): doesn't work for me in IE.
- Adds dojo.dom.createDocument(): creates an empty DOM document.
I write alot of code where a JavaScript? object is a layer around a DOM document (for example, a Jabber stanza). This helps facilitate converting to/from XML strings.
I signed and faxed the CLA awhile ago.
Thank you! David Snopek.
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | dojo-dom.patch added |
---|
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Milestone: | → 0.3.1 |
Owner: | changed from anonymous to alex |
Status: | new → assigned |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
merged (after style fixes) in [4126]
Note: See
TracTickets for help on using
tickets.
The patch