Opened 14 years ago
Closed 14 years ago
#1711 closed defect (wontfix)
dojo fails to load widgets in IE7 with native XMLHTTP enabled
Reported by: | guest | Owned by: | anonymous |
---|---|---|---|
Priority: | low | Milestone: | 0.9 |
Component: | General | Version: | 0.4 |
Keywords: | ie7 | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
with IE7 out dojo really needs to be tested. dojo fails to load widgets (any widget test page causes errors) with native XMLHTTP support enabled (IE7 supports XMLHTTP similar to FF now).
you can enable/disable native XMLHTTP support in advanced security options in IE7
Change History (6)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
this is IE problem. new native XMLHTTP doesn't allow access to local files for security reasons. here's link with details: http://msdn.microsoft.com/workshop/author/dhtml/overview/aboutxmlhttp.asp
comment:3 Changed 14 years ago by
Milestone: | 0.4 → 0.4.1 |
---|---|
Priority: | high → low |
severity: | blocker → major |
not our bug. I'm moving off to 0.4.1 in case someone finds a solution, but given that it's a fundamental limitation in the substrate the packaging system uses, I'm not hopeful. Dropping the priority.
comment:4 Changed 14 years ago by
Milestone: | 0.4.1 → 0.5 |
---|
comment:5 Changed 14 years ago by
Filed the issue against dojo 0.9 as ticket #2975. A patch is included.
Konstantin Kolinko
comment:6 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
a new 0.9 version of this in in #2975 (with a patch, no word on CLA?) for 0.9 ... but can addressed in 0.9 branch if solution is valid.
this problem appears only when page is opened from the local file system. through HTTP everything seems to work fine