Skip to main content

All Questions

0 votes
1 answer
71 views

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 ...
Chetan Sachdev's user avatar
0 votes
1 answer
466 views

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 ...
Abhishek Bhatore's user avatar
0 votes
0 answers
529 views

web form not being submitted in IE 11 but is submitted using IE8

I have a serious issue with my code/browser. I tried to implement solution provided here at SO, but none is working from me. here are some of the one I looked: jQuery's $(form).submit() not ...
Francky's user avatar
  • 53
1 vote
1 answer
1k views

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 ...
janasainik's user avatar
2 votes
2 answers
2k views

Incomplete HTML in IE 11

I am working on a site that does not render in IE 11, but works fine in every other browsers. When I debug it using F12 Developer Tools, the DOM is essentially empty except from the header section. ...
Andy T's user avatar
  • 10.3k