Skip to main content

Questions tagged [internet-explorer-11]

Internet Explorer 11 (IE11) is the successor to Internet Explorer 10. It was officially released on 17 October 2013 for Windows 8.1 and on 7 November 2013 for Windows 7. Microsoft apps and services to end support for Internet Explorer 11 November 30, 2020 - September 30, 2021.

internet-explorer-11
1 vote
2 answers
11k views

Input type="number" - Not working in IE11 or Edge

So I'm well aware that this may have been asked previously but having looked at many threads on the issue there seems to be no definitive answer. https://jsfiddle.net/hbruun/qmd0vgr8/ <div class="...
41 votes
8 answers
52k views

Masking input characters without type=password

So I have a problem with newer browsers saving passwords. Say I have a password box like so: <input type="password" autocomplete="off" /> New browsers like IE11 and Safari in iOS 7.1 have ...
2 votes
1 answer
2k views

React app created with VITE does not work in IE 11

I have a React app created with Vite which I'm trying to enable support in IE 11. I have tried the @vitejs/plugin-react and added it in the vite.config.ejs file. It looks like this: import { ...
5 votes
4 answers
1k views

Force XMLSerializer not to collapse empty tags?

Is it possible via any configuration option to tell JavaScript's XMLSerializer not to collapse empty tags into self-closing tags? I'm feeding an xml string into the xml parser then reserializing it ...
8 votes
3 answers
16k views

Angular 8 project not working in Microsoft Edge and IE11

I need to make my Angular project work on both IE11 and Edge, but a very simple hello world is not even showing in these two browsers. Here's what I did: npm version: $npm -v 6.10.2 Angular ...
0 votes
2 answers
13k views

How to fix "SCRIPT1002:syntax error" export in IE 11?

I use web components, export default and *.mjs My code looks like this. It is index.bundle.mjs and html file. In code *.mjs i do export default export default () =>{ console.log('test') } ...
2 votes
1 answer
3k views

"Jquery is undefined" while migrating from jquery 1.12.4 to 3.5.1

I'm working on upgrading a web-app that uses jquery-1.9.1, jquery-ui-1.10.3, runs on a JBoss AS 7.0 server and uses Internet Explorer-11. I need to upgrade jquery to the latest version, which is ...
0 votes
1 answer
99 views

Delphi IE11 instance, OleSysErrorOLE A system shutdown has already been scheduled/8150002E

I have a Delphi app which prints HTML to PDF by opening the document in IE11 in the background and using the default PDF printer to print to PDF. This process works fine. The issue is the following: (...
1 vote
0 answers
250 views

Stop React 18 from injecting bundle.js

I'm trying to add a redirect on my site for anyone using IE 11. I'm using ES6 and some packages that just don't play well with IE. I think it's related to some package updates, but previous code I had ...
114 votes
5 answers
97k views

IE11 - does a polyfill / script exist for CSS variables?

I'm developing a webpage in a mixed web browser environment (Chrome/IE11). IE11 doesn't support CSS variables, is there a polyfill or script that exists that would allow me to use CSS variables in ...
1 vote
1 answer
1k views

IE11 not re-validating form after form reset

I am using HTML form validation and have discovered a strange issue within IE11. The problem does not appear in Chrome, Firefox, Opera or Edge. Basically, IE11 does not appear to perform a form reset ...
0 votes
1 answer
1k views

Angular directive with $timeout not working in IE

I have a simple directive that searches the DOM to find matching inputs and hide them (Customer wants to be able to dinamically hide soke fields). The directive Works fine in Chrome but not in IE11. ...
4 votes
2 answers
11k views

Display embedded PDF in Internet Explorer 11 from binary string or base64

There is a 3rd party service which sends me a PDF file in either binary string or base64 encoded. Is there any possibility to display the PDF embedded in IE 11 using either binary string or base64 ...
0 votes
0 answers
76 views

ReactJS : Using VX library with IE11?

I try to create an app with SharePoint Framework width ReatcJS and some svg. I use some element of the VX library (text and responsive) (d3.js for react). They work fine with Firefox but they don't ...
2 votes
1 answer
2k views

Preventing high-contrast mode in Edge from adding background to text

I'm working to adjust some components so that they all function and look good in high-contrast mode. Edge seems to be adding a black background under all text that IE11 does not add. I can't seem to ...

15 30 50 per page