Page MenuHomePhabricator

CSS/JS files fail to load in debug mode in IE9
Closed, ResolvedPublic

Description

Debug mode breaks horribly in Internet Explorer 9: none of the CSS/JS files load, and the developer toolbar shows this message when one tries to view them: "This stylesheet cannot be viewed because its source is in a different domain than the page." IE9 in IE8 emulation mode works normally.


Version: unspecified
Severity: normal

Details

Reference
bz28874

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 21 2014, 11:38 PM
bzimport set Reference to bz28874.

beta wrote:

load.php returns wrong mime type in IE9

Data reported by IE9 developer tools which approving Tisza's comment.

Attached:

load_php_returns_wrong_mime_type_in_ie9.png (239×1 px, 21 KB)

It's not the content-type that is the problem. That is just a side effect of the 403 being returned from the request. This is the same problem as bug 28840

  • This bug has been marked as a duplicate of bug 28840 ***