Opened 8 years ago
Last modified 4 years ago
#16483 assigned defect
dojox.io.windowName broken in IE10
Reported by: | Daniel Trang | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | undecided | Milestone: | 1.15 |
Component: | Dojox | Version: | 1.8.1 |
Keywords: | ie10 | Cc: | Kris Zyp, Tom Trenka |
Blocked By: | Blocking: |
Description
Hi,
When I make a cross domain GET (From Http -> To Https) call using windowName in IE10 I don't get any results back. The frame.contentWindow.name upon onload is the blank page url: https://mydomain/dojo18/dojo/resources/blank.html#0 and not the returned string from the request page. I tested my example in FF, IE9, and Chrome all are ok.
sample code:
var dfd = windowName.send("GET", {
url: "https://mydomain/dojo18/datatest.jsp", handleAs:"text"
}); dfd.addBoth(function(result){
alert(result);
});
Thanks.
Change History (6)
comment:1 Changed 8 years ago by
Cc: | Kris Zyp Tom Trenka added |
---|---|
Owner: | changed from Adam Peller to bryanforbes |
Status: | new → assigned |
comment:2 Changed 8 years ago by
Keywords: | ie10 added |
---|
comment:3 Changed 8 years ago by
Owner: | changed from bryanforbes to Bryan Forbes |
---|
comment:4 Changed 5 years ago by
Milestone: | tbd → 1.11 |
---|
comment:5 Changed 5 years ago by
Milestone: | 1.11 → 1.12 |
---|
comment:6 Changed 4 years ago by
Milestone: | 1.13 → 1.15 |
---|
Note: See
TracTickets for help on using
tickets.
Ticket planning... move current 1.13 tickets out to 1.15 to make it easier to move tickets into the 1.13 milestone.