Skip to main content

Questions tagged [ie11-developer-tools]

The tag has no usage guidance.

ie11-developer-tools
0 votes
1 answer
56 views

addEventListener on a body element does not get executed

I am using MS Edge in IE11 compatibility mode and have an HTML page in which I have: <input id="onLoadAttributeHiddenId" type="hidden" value="schadenAuswahl.setCustomCheck()...
Alex Mi's user avatar
  • 1,449
0 votes
1 answer
52 views

external CSS files are not loading all the time in IE 11. But when i hard refresh the page its loading. how to fix this issue?

external CSS files are not loading all the time in IE 11. But when I hard refresh the page its loading. Is there any way to ensure External CSS files load properly in IE 11 browser <!DOCTYPE html ...
Lakshmi TS's user avatar
1 vote
1 answer
4k views

How to make Developer Tools in MS Edge to default to Console tab instead of Sources?

Whenever I open the Developer Tools or if the web page is refreshed, Tools will switch to the Sources tab. When I'm debugging code, I want it to stay on the Console tab. Is there a way to do this? ...
JamesF's user avatar
  • 524
1 vote
1 answer
3k views

How to check TLS version of request when web service is called via button click?

In internet explorer I open a website. Then click on a button on the web page which makes a secure call to an api located on a 3rd party server. Is there any way to check what version of ssl/tls is ...
variable's user avatar
  • 9,205
0 votes
0 answers
679 views

Angular 10 is not Supporting IE11

My Angular 10 application is not working on IE11. It is working from my localhost after making below changes. When I use build ng build --base-href --configuration=es5. On IE11 it was showing blank ...
Pradyoth cherry's user avatar
0 votes
0 answers
216 views

Prevent Ctrl+F4 default browser action event in IE11

I am trying to stop or prevent IE11 default behavior of "Ctrl+F4" key. I have tried function killKey( event ) { event.cancelBubble = true; event.bubbles = false; event....
Phanindra Kumar Pedipini's user avatar
0 votes
0 answers
32 views

ReactJS+ IE+ Function expected

Reactjs application is not working on IE11 Please find my package.json and index.js file below, index.js file : import 'react-app-polyfill/ie9'; import 'react-app-polyfill/ie11'; import 'react-app-...
hetal gohel's user avatar
1 vote
1 answer
426 views

What value needs to passed for X-UA-Compatible meta tag's content attribute to set document mode as 5?

Working on a legacy application, one of the UI functionality is breaking in IE11. While trying emulating different docModes, it's working fine for doc mode = 5 and UserAgent = IE 11 I Want to set this ...
Ashutosh Sharma's user avatar
0 votes
2 answers
358 views

Edit as HTML in IE for Style Element

I am not sure why Edit as HTML of <style> element is disabled in IE However, I can edit as HTML of the <style> element in Chrome. How to enable it?
Spring's user avatar
  • 880
0 votes
1 answer
32 views

IE 11 - Very Weird. PNG only displays after certain page interactions

I use JS to create an Image() then set the src to be a PNG from a remote location (Amazon S3). When the image has loaded I attach it to the DOM with appendChild(). This works fine in most browsers but ...
popClingwrap's user avatar
  • 4,177
0 votes
1 answer
231 views

Internet Explorer 11 script errors pointing to wrong file

I struggle to find the lines of errornous code in Internet Explorer 11 as the Console is pointing to the wrong resource (pointing to HTML instead of JS code). How could I possibly find out where the ...
SaschaM78's user avatar
  • 4,447
0 votes
0 answers
143 views

using reactjs on ie11, blank page on production but if the inspector is open then the page load fine

I just create a web app using reactjs. works fine in almost all the browsers but i need to make it work in ie11. i add the polyfills as i see on other posts and works fine if a make a npm start (you ...
cms24es's user avatar
  • 15
1 vote
1 answer
1k views

React app not rendering in IE 11 even with polyfills

I have a fully built React application that I would like to deploy on IE 11, but been having no success but a white page. For the sake of testing, I created a dummy app using npx create-react-app and ...
en6in33r's user avatar
  • 266
5 votes
2 answers
13k views

IE11 VM is no longer available for download - what are the other testing options? [closed]

It seems that the IE11 VM is no longer available from https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/ (why???) What is everyone else using to test in IE11 locally? Browserstack is not ...
J_P's user avatar
  • 609
0 votes
1 answer
677 views

Feature equivalent of Google Chrome's 'Add source map...' in Internet Explorer 11

I am looking for Google Chrome's feature equivalent for 'Add source map...' in Internet Explorer 11. My application does not work in Internet Explorer 11. Can I add source map to JS code in debug ...
Naveen's user avatar
  • 6,896

15 30 50 per page
1
2 3 4 5
9