#672 closed defect (fixed)
IFrameIO transport does not seem to work in Safari (the test does not return anything in Safari)
Reported by: | Owned by: | James Burke | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The IFrameIO transport does not seem to work in Safari. To see this, go to http://download.dojotoolkit.org/release-0.2.2/dojo-0.2.2-ajax/tests/io/test_IframeIO.html
When you press Send It, IE 6 and Firefox 1.5 both give you a response:
DEBUG: Type: error DEBUG: Response: [object Object]
But Safari 2.0.3 does not give you anything. It seems to have died somewhere in the process.
Change History (4)
comment:1 Changed 15 years ago by
Milestone: | → 0.3.1 |
---|---|
Owner: | changed from anonymous to James Burke |
Status: | new → assigned |
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r4198. Safari (at least 2.0.3+) should work now with IframeIO. See test pages in tests/io.
Note: See
TracTickets for help on using
tickets.
FYI, it appears Safari doesn't fire the onload event for <iframe>s. Unfortunately, I haven't googled upon an answer yet.