Skip to main content

All Questions

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
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
711 views

Blob PDF data not rendering in IE 11

I am getting blob data from API in below format. const data = 'JVBERi0xLjcNJeLjz9MKMzQgMCBvYmoNCjw8DQovVHlwZSAvQ2F0YWxvZw0KL1BhZ2VzIDcgMCBSDQovTWV0YWRhdGEgMjYgMCBSDQo+...
Keval Patel's user avatar
1 vote
1 answer
770 views

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 ...
Wilhelmina Lohan's user avatar