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
0 votes
0 answers
305 views

How to add babel and polyfills to a RequireJs project?

I am working on a legacy project which uses RequireJs to load and resolve all the dependencies. It works fine on modern browsers, but i need to add support for IE11. I tried to use babel 7 with @babel/...
ASHUTOSH PAL's user avatar
0 votes
0 answers
338 views

x-for does not react on data change with alpinejs and IE11

I am building a web application which must support IE11. For dynamic content i want to use AlpineJS in its ie11 version. But it ignores data change of my init function. The function itself is async, ...
Robert Wolf's user avatar
-2 votes
1 answer
188 views

Web page that contains frames is shown as a blank page in Internet Explorer

How to embed HTML content in a frame in Internet Explorer? Web page that contains frames is shown as a blank page in Internet Explorer. I have checked FRAMESET, FRAME, embed, and object tags. All ...
Jyothi's user avatar
  • 9
0 votes
0 answers
28 views

Coloring png files in IE11

I am looking for a way to color png icons in css. I need compatibility with Citrix in IE11 mode Edge, and .svg files are blocked by citrix. Therefore, I need to use .png icons. However, I cannot use ...
Jacob D's user avatar
2 votes
0 answers
1k views

Webpack 5 won't transpile to ES5 for Internet Explorer 11

I'm trying to create a webpack 5 : babel 7 configuration that transpiles down to es5 that IE11 can read. It's a static site that uses vue.js. I've got it building successfully, but it's not doing some ...
Nick's user avatar
  • 1,209
0 votes
0 answers
84 views

Pptxgenjs appears to not work in IE11 even with [email protected]

Having read the previous versions of this question from 2020 this issue appears to have reared it's head again. I have tried these demos with my current [email protected] and with jszip 3.1.5 using it as my ...
ashcanschool's user avatar
0 votes
2 answers
432 views

High memory leakage is observed in EDGE IE11 mode as compared to IE with Selenium

Recently, we have upgraded our Selenium version from 2.53 to 4.1.2 to enable testing of our application on MS EDGE IE11 mode. The reason behind running our application on EDGE IE11 mode is because IE ...
Gaurank Verma 's user avatar
0 votes
0 answers
18 views

How to make Date work in IE11 when using this type of string such as '2022-05-06 12:00:00'? [duplicate]

I have found that new Date('2022-05-06 12:00:00') didn't work in IE11,only new Date('2022/05/06 12:00:00') works However,I have writen a lot of codes like that,so how can I make the Date fit the IE11 ...
JokerSora's user avatar
0 votes
0 answers
329 views

Alternative to Internet Explorer/ActiveX for creating a username/password prompt popup?

For several years now, I've been using the Javascript function below to have Internet Explorer generate a username and password prompt by using ActiveX. Now that Internet Explorer is about to be ...
Leslie's user avatar
  • 618
1 vote
2 answers
2k views

How to make React app created by create-react-app support IE11

I have a simple react app created by the latest version of create-react-app (that only support node version 14+). I am trying to make this app run in IE11. So as recommended, I did following: ...
GLP's user avatar
  • 3,573
0 votes
0 answers
86 views

Issue with CSS and IE11 with position relative

For anyone that can help with CSS on IE-11. I cannot figure out why this code is not working. Only if I comment out the CSS .container_main_box {/*position: relative;*/... does the page load correctly ...
user3008410's user avatar
0 votes
1 answer
268 views

React Create Application production build and CSS variables in IE11

I would like to know how to get rid of CSS variables in a production build. The fact is that I need to build a project for IE11 in which CSS variables are not supported. My project was created using ...
Captain Nigorro's user avatar
1 vote
3 answers
269 views

Mouse event for download functionality not working in IE

I am trying to implement a functionality to download a pdf file using javascript. My code is not working in IE 11. Any leads are much appreciated. Below is the code I am using. saveByteArray: function(...
DJ4186's user avatar
  • 169
0 votes
2 answers
620 views

clear() method doesn't clears the field in MS EDGE IE11 with Selenium-4.1.2

Recently, I have upgraded my Selenium version from 2.53 to 4.1.2 to enable testing of our application on MS EDGE IE11. But we are continuously facing issue when we are clearing any TextBox field using ...
Gaurank Verma 's user avatar
0 votes
0 answers
207 views

terser-webpack-plugin doesn't support IE11

I've to update uglify-webpack-plugin due to server restrictions, so I found terser-webpack-plugin is in the suggestion, however it doesn't support IE11 by default. It just shows a syntax error in the ...
Aniruddha Shevle's user avatar
0 votes
1 answer
124 views

window being pushed back when an alert is raised in IE11

We are currently in the process of maintenance for IE11 in the service. There are two forms that raise an alert on focusout. In this case, let's call the two forms A_form and B_form. After clicking ...
kmkimmm's user avatar
-1 votes
1 answer
231 views

Tempus Dominus v6.0 and IE11 [closed]

I'm attempting to use the new Tempus Dominus 6 datepicker, which is great in Chrome but doesn't like IE11 because of the presence of class syntax. Is Babel the only/best way of handling the ...
lukep's user avatar
  • 131
1 vote
0 answers
273 views

React Application showing blank in prod version only in IE11

I went through Why IE 11 display blank page rendering react app - I am stumped - it works in localhost:3000 in IE11 - shows test. But when I generate the js file as : node ./node_modules/webpack/bin/...
anjanesh's user avatar
  • 4,127
1 vote
1 answer
497 views

Does Webpack's ( target: ['web', 'es5'] ) Replace Babel for IE11 support?

IE11 supports es5, So can target: ['web', 'es5'] in webpack.config.js replace Babel polyfills, core-js, @preset-env. and all these complex configurations ?
John Smith's user avatar
2 votes
2 answers
639 views

How to convert below javascript code to work in IE11

I want to convert my code from es6 to es4-3 so that it supports IE11. I am trying to toggle the class="open" for the three button which helps me to open a small div. JS: let customSelect = ...
Abhilasha Sharma's user avatar
2 votes
0 answers
866 views

Polyfill error "Syntax error in regular expression" in Angular application for Internet Explorer 11

My angular application (version 11) is not running in Internet Explorer 11. I get the error Syntax error in regular expression in the polyfills-es5.js file. polyfill error in browser console error in ...
ap087's user avatar
  • 49
0 votes
0 answers
56 views

Mfc WebBrowser control doesn't display echart's tooltip when configured use IE11 core,however this tooltip is displayed normally in IExplore.exe。

I have tried use IECore in lower Edition,then It proved the tooltip can show noraml,but there will be some Js Compatibility Error. Seems like some thing need to do about WebBrowser control or Regist.
luckytong's user avatar
-1 votes
1 answer
385 views

IE11 polyfills don't work for React app. Why?

In IE11 I get these errors: But i have react-app-polyfill installed and imported in index.js first line:
Никита Толстиков's user avatar
0 votes
1 answer
971 views

Any Workarounds for WebP on Internet Explorer?

Currently working on a new website for my workplace, I was asked to make it faster and more optimized, so I decided to use WebP for all the images to reduce on loading times, the only downside is, we ...
user18098728's user avatar
0 votes
1 answer
215 views

Show blank page on IE11 when add firebase to Vue Project

My Vue project used Firebase Auth for sign in and sign up but when added firebase package to project, it show blank page on ie11. Firebase and Vue Cli Plugin Babel package: "firebase": &...
MrXo's user avatar
  • 196
0 votes
0 answers
213 views

Endless Refresh loop of ASP.NET Core 6 MVC pages with Internet Explorer 11

I have an ASP.NET Core 6 MVC site that works fine in all browsers except IE11. I have a suspicious comportement in all pages, it reloads each page indefinitely, but when I click inside the page, it ...
kaisfarza's user avatar
3 votes
2 answers
2k views

Simple JavaScript Bookmarklet not working on EDGE compatibility mode ie11

I am trying to run the following JavaScript as a test on a website / webapp*. javascript: {window.alert("Hello World")} *This website / webapp forces the EDGE browser to run on IE11 ...
AverageJoe's user avatar
0 votes
0 answers
345 views

IE11: script7002 XMLHttpRequest network error 0x2efd could not complete the operation due to error 00002efd

My web application is running in a WebLogic application server in https mode. I am trying to call a Spring boot application converted to exe file on the client machine using a jQuery AJAX request to ...
Mr. GEMY's user avatar
1 vote
0 answers
239 views

FormData object is empty in asp.net mvc5 controller when ie11 browser is used to send request data

Currently my application logic works correctly on Chrome and Firefox browser, but for some reason it doesn't work in the same way on IE11 browser. I have following function which is called from ...
dawid's user avatar
  • 23
0 votes
0 answers
61 views

The sidebar is a not displaying in dashboard. I'm using bootstrap v4.6 with JQuery v1.10.2, Its working fine in all the Browsers except IE 11

Dashboard ...
Surya Prakash Gandikota's user avatar

15 30 50 per page