#2314 closed defect (fixed)
XhrIframeProxy: wrong path used for IE7 workaround
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | IO | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
On line 38 in XhrIframeProxy?, it is assuming a relative baseScriptUri, but it could be an absolute path. If baseScriptUri starts with a slash, then don't look for the last slash, but find the first one for the path.
Change History (5)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [7034]) Fixes #2314 and Fixes #2334. Issues with XhrIframeProxy? in MSIE 7 and Safari.
comment:3 Changed 14 years ago by
(In [7055]) References #2314 and References #2334. Issues with XhrIframeProxy?? in MSIE 7 and Safari. (merge from trunk)
Note: See
TracTickets for help on using
tickets.
A test case for this: