#9050 closed defect (fixed)
dojo.io.iframe.send doesn't work within iframe in IE
Reported by: | coldwind | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | IO | Version: | 1.3.0 |
Keywords: | dojo.io.iframe | Cc: | |
Blocked By: | Blocking: |
Description
'couse of using document.getElementsByTagName and document.frames instead of dojo.doc.getElementsByTagName and dojo.doc.frames .
Change History (2)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Milestone: | tbd → 1.4 |
---|
Note: See
TracTickets for help on using
tickets.
(In [20396]) Fixes #9050, use dojo.doc where applicable.