Opened 10 years ago
Closed 10 years ago
#12589 closed defect (worksforme)
dojo.io.iframe.send IE9 standards more
Reported by: | WienerDog | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.6.1 |
Component: | IO | Version: | 1.6.0 |
Keywords: | IE9, iframe, standards | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
When using an iframe in IE9 with dojo.io.iframe.send IE9 in standards mode returns:
DOM Exception: INVALID_CHARACTER_ERR (5)
May be due to creating a iframe with document.createElement("<iframe>...</iframe>") instead of document.createElement('iframe');
Change History (3)
comment:1 Changed 10 years ago by
Component: | General → IO |
---|---|
Description: | modified (diff) |
Milestone: | tbd → 1.6.1 |
Owner: | set to James Burke |
Summary: | dojo.io.iframe.send IE 9 standards more → dojo.io.iframe.send IE9 standards more |
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Do we have a reproducible test case for this? Was it really encountered on 1.6? It sounds potentially like a duplicate of #12265.
dojo/tests/io/iframe.html
passes 100% for me in IE9 on Dojo 1.6 and certainly testsdojo.io.iframe.send
...