#18651 closed defect (fixed)
IE11 fails to load in IE8 compatibility mode due to Firebug lite
Reported by: | gerhard presser | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9.8 |
Component: | Core | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
when using the IE8 emulator in IE11 and dojo is set to isDebug:true, we get following error when loading the page:
SCRIPT445: Object doesn't support this action. file: firebug.js, row: 49, column: 4
when setting isDebug:false, everything works fine
Change History (4)
comment:1 Changed 6 years ago by
comment:2 Changed 5 years ago by
Component: | General → Core |
---|---|
Milestone: | tbd → 1.12 |
Summary: | IE11 fails to load in IE8 compatibility mode → IE11 fails to load in IE8 compatibility mode due to Firebug lite |
There's a bigger issue here, which is the way in which firebug lite gets loaded.
comment:3 Changed 5 years ago by
Milestone: | 1.12 → 1.8.11 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Actually, this is no longer an issue, because I removed firebug-lite in #18727.
comment:4 Changed 5 years ago by
Milestone: | 1.8.11 → 1.9.8 |
---|
Note: See
TracTickets for help on using
tickets.
Yah, I see that too, when loading dojo/tests/cookie.html. It's from firebug.js, the code for "Fixing IE's console", and it throws an exception trying to evaluate
console.log._fake
.It's related to the code in kernel.js for when
has("dojo-guarantee-console")
.The real IE8 loads fine, but still would be nice to fix.