Questions tagged [ie11-developer-tools]
121 questions
0
votes
1 answer
A problem with webpage to close and reopen the tab IE 11
I am getting a problem in react application. On window.location = "url" the IE closes the dev tool if opened and refresh the same page by showing the dialogue message "A problem with webpage to close and reopen the tab". Even if I do window.location…

Sombir Kumar
- 1,841
- 1
- 17
- 30
0
votes
0 answers
Angular 7 routing not working properly on IE11
I have developed an application in Angular 7. It is working perfectly fine in chrome and mozilla but specifically in IE 11, the page is getting routed back. Once I open developer tools on IE 11 it works fine. I am not getting the issue. Can someone…

Zinkal Thakker
- 57
- 7
0
votes
1 answer
Blob PDF data not rendering in IE 11
I am getting blob data from API in below format.
const data =…

Keval Patel
- 925
- 4
- 24
- 46
0
votes
0 answers
Network communication is blocked by IE11
I have a client server application which the client side is running on web-browser, in this case IE11. The application would connect to the server side which listen on TCP port 59082.
During TLS handshake sequence, it seems it is blocked in the…

Kawaii-Hachii
- 1,017
- 7
- 22
- 36
0
votes
0 answers
Window 10 IE 11 Enterprise option not working for legacy Url
Legacy URl not working with enterprise mode ON in IE 11 after upgrade to Windows 10
Legacy URl not working with "enterprise mode ON" in IE 11 after upgrade to Windows 10
When I open legacy url in IE 11 and checked enterprise mode option, application…

user2745580
- 123
- 7
0
votes
1 answer
XMLHttpRequest: Network Error 0x2ee2, Could not complete the operation due to error 00002ee2
We have a piece of code which uploads multiple files to the server, interestingly this code is working fine on Chrome & Mozilla, but it's failing in Internet Explorer, receiving the following error
XMLHttpRequest: Network Error 0x2ee2, Could not…

Dungeon Master
- 95
- 1
- 9
0
votes
2 answers
IE11 Devtools - persist console logs across URLs
IE11 Devtools - I know there is a way to persist console logs on navigation. (See the answer at the bottom of this SO post).
However, this only appears to work if I am navigating between URLs of the same domain.
If I navigate from, say, www.abc.com…

Cog
- 1,545
- 2
- 15
- 27
0
votes
1 answer
IE 11 WMV video leaving black box on navigation
I have an existing application which uses WMV video content. As of 2019, this only works in IE 11, because Chrome doesn't support plugins any more. There are couple of videos which load on navigation and issue is as follows:
Scenario 1:
1. Play the…

Chetan Sachdev
- 738
- 1
- 12
- 31
0
votes
1 answer
Angular 6 App not working in IE11 when Dev Tools is close
I have read about this issue on some previous thread, however it is still not working, I have commented all console.log and still not working.
I am using Angular 6, may Web API is in .NET Core.
Thanks in Advance!

M.Laida
- 1,818
- 1
- 13
- 19
0
votes
2 answers
ActiveX : The window is open but not maximized when try to use print preview from C# web browser
when I tried using print preview from the C # Web Browser, the window was open but the size was small.
the final expectation is that the window is maximized
here I attach a snippet:
public void execPrint(String url) {
…

Stenly
- 1
- 2
0
votes
1 answer
How to fix input flickering issue on IE11 once we apply masking?
I am using jquery.maskedinput.js plugin to add phone number masking to two fields through a common class assigned to it. This works fine in other browsers except for IE11.
Issue: Due to masking applied, focus keeps on shifting between both these…

Abhishek Bhatore
- 119
- 1
- 3
- 10
0
votes
0 answers
IE 11 refresh ( F5) only work when developer tools (f12) opened
I have an web application and whenever i do some changes in server side and try to refresh the page from IE11, it does not work.
Only works when if I close all opened IE sessions and reopen new page or hit F12 Developer tools open.
Is there anyway…

Deniz
- 191
- 1
- 6
- 17
0
votes
1 answer
IE 11 Missing Request Headers
On a GET XHR request, there are no Request Headers in the IE 11 console. The headers do exist in Chrome and Firefox.
How do I send headers with a GET request?

mvndaai
- 3,453
- 3
- 30
- 34
0
votes
1 answer
how to watch Internet Explorer local cookies
I want to check whether my session cookies are secure or not in IE11. I am able to check it in chrome and Mozilla but unable to find anything in IE11.
chrome--> DevTools>Application>Storage>Cookies
Mozilla--> DevTools>Storage>Cookies
Edge-->…

Manish
- 1,139
- 7
- 21
0
votes
0 answers
Action class is not appended in the URL after form submit in IE11 windows10
I have submitted the form in Onclick event using javascript in popup. But After Submitting the form the URL came without action class so my pop up is shown blank. I have mimic the form and javascript of form and JavaScript in the below for your…

Shimaan
- 177
- 2
- 3
- 20