#6720 closed defect (fixed)
IE: dijit._editor.getNodeHtml fails on IMG
Reported by: | Adam Peller | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.1.1 |
Component: | Editor | Version: | 1.1.0 |
Keywords: | Cc: | liucougar | |
Blocked By: | Blocking: |
Description (last modified by )
IE seems to encode numeric attributes, like width=600, as Number, not String. Calling escapeXML on the value 600 results in an error.
- Go to http://cns2.uni.edu/~wallingf/teaching/agile/resources/dilbert-xp/ and copy one of the cartoons for example.
- Paste the cartoon into the body of the DOJO 1.1 (bluewashed version) editor.
- Use Editor.getValue() to get the content.
- Get the following IE Page error:
Char: 182782 ERROR: Object doesn't support this property or method Code: 0
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.
(In [13657]) Tolerate IE returning attribute values as Numbers. Refs #6720