Questions tagged [ie11-developer-tools]
121 questions
1
vote
2 answers
IE11 shifts button text by some px on :hover and :active
Take the code snippet below.
The button in the example should become black on mousedown (:active) - which works pretty fine - but IE11 additionally shifts the button text by some pixels to the bottom right if the mouse is on the button (:hover). You…

dpr
- 10,591
- 3
- 41
- 71
1
vote
0 answers
OpenLayers webapplication stopped working in IE11
A few years ago we developed an OpenLayers webapplication.
Everything worked fine until a few weeks ago.
The application stopped working in IE11, became very slow in Edge.
No problems with other browsers.
When I try to debug (by pressing F12) IE…

Koen LvB
- 11
- 1
1
vote
1 answer
IE 11 Edge DevTools no Computed styles
I'm trying to debug why a component element is rendering differently on IE11 but the DevTools for both IE and Edge are finding no css in the Styles or Computed tab. How to I debug this properly?
Left to right: IE11, Edge, Chrome
Edit 1:
It…

Wilhelmina Lohan
- 2,803
- 2
- 29
- 58
1
vote
0 answers
Highcharts 3D Column --- click event doesn't respond on IE11
I have tried to attach a click event to a Highcharts 3D column using these options:
plotOptions: {
column: {
pointPadding: 0.35,
depth: 25,
events: {
click: function() {
alert("HI")
…

Syne
- 11
- 3
1
vote
0 answers
F12 in IE11: Watches only shows "" as values when not debugging
When i open F12 in my IE11 and go to the Watches Tab to see (and change) the JS values, i only get "" as a value. See this screenshot (sorry but stackoverflow won't let me post images inline yet :sigh:)
I only an see real values when…

elonderin
- 509
- 4
- 12
1
vote
1 answer
Update single web resource in CRM 2015 managed solution
I have managed solution deployed on CRM 2015 instance. There is error in one of the JS Web Resources which I need to fix (I need to add few additional lines of code). I thought that update of managed solution would be helpful here. Following was…

azec-pdx
- 4,790
- 6
- 56
- 87
1
vote
1 answer
Switch between IE browser tabs for specific time intervals using script
Currently I'm using IE 11, I have 4 displays opened. I want to toggle between the tabs for specific intervals of time. We want this setup for monitoring purpose. I need a script for this task.

SP Enthusiast
- 111
- 4
1
vote
1 answer
Angularjs application in IE11 is not working without F12 developer tools
I have a web application working fine with chrome and mozilla. There seems to be a glitch with IE11 and could not load the pages properly with this browser.
When F12 developer mode is active, then it works well in all aspects.
There are no console…

janasainik
- 811
- 5
- 20
- 40
1
vote
4 answers
Site broken IE11 in windows 8 - goes to Enterprise mode
Our site is breaking real bad in IE11. What's happening is that it goes into "Document Mode" 5 (Default) and Browser profile is forced as Enterprise.
As soon as I change Enterprise to Desktop, the site is all good.
Is there any way, I can force my…

Steve
- 2,546
- 8
- 49
- 94
1
vote
2 answers
IE 11 emulation mode to IE 9 not able to inspect elements
To check a UI issue which was reported in IE9 i am using emulation mode in my IE 11.
If i inspect the element in IE 11 with out emulation it works fine but when i change the document mode to 9 and inspect the element it only shows blank
Have any one…

Kashif Imran
- 579
- 3
- 9
- 29
1
vote
1 answer
Object doesn't support property or method 'okToLaunchComposition' - issue in IE11 (Edge)
I have an embedded object that another developer created using Adobe Edge, this seems to work fine with Chrome & Firefox but IE11 doesn't (10 & 9 do.. I am not concerned for versions below this).
The error is as follows:
Object doesn't support…

Zabs
- 13,852
- 45
- 173
- 297
1
vote
1 answer
In IE11, why some machines requires the website URL included in "Compatibility view settings" and others doesn't?
I have a website that requires to run in compatibility mode.
We use
to force this behavior and it works fine in IE 9, IE 10, and it works fine in some machines with IE 11 without changes,…

Rolo
- 3,208
- 1
- 24
- 25
1
vote
1 answer
IE11 F12 debugger not attaching
I've added a debugger statement to some JavaScript that's executed on page load on page B. I've opened page A, opened the F12 debugger tools. I have "Break on all exceptions" enabled in the F12 debugger tools.
I've then clicked on the link that…

Eric
- 2,861
- 6
- 28
- 59
1
vote
2 answers
showModalDialog() not working as expected in IE11 browser
I am trying to create a POP UP of variable size using window.showModalDailog() method. But it always open to default small size window.

JITSU83
- 69
- 1
- 3
- 10
1
vote
1 answer
IE 11 Developer Tool - Memory Profiler Snapshot disappeared after page refresh or navigating to another page
I would like to find memory leak using IE 11 Developer tool. In that, I could able to take memory profiler snapshot for one page. But when i am navigating to another page, previous snapshot not showing. So, i couldn't able to do comparison between…

Ayyanar Jayabalan
- 11
- 1
- 4