#12809 closed defect (fixed)
[regression] file:// protocol no longer works on IE7
Reported by: | Douglas Hays | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Core | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Run any dijit test on IE7 using the file:// protocol. I use dijit/tests/form/test_Form_onsubmit.html as a simple example.
You get Access denied exception and dojo is undefined. This seems to work fine on IE6 and IE8. This worked in Dojo 1.6 and all previous releases. I tested on the latest trunk [24548].
Change History (5)
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
The native XHR in IE does not support the file protocol. MS docs are confusing; see notes at bottom of
http://msdn.microsoft.com/en-us/library/ms537505%28v=vs.85%29.aspx
Added has feature "dojo-force-activex-xhr" which is set true if IE and file protocol detected; this should be set static false in build.
comment:3 Changed 10 years ago by
IE7 still fails to load the referenced test for me with an Access Denied exception.
(In [24551]) added support for file protocol in ie7; fixes #12809; refs #12672; !strict