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
206 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
229 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,119
1 vote
1 answer
495 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
0 votes
0 answers
219 views

innerText returns value of "value" attribute in Internet Explorer but not in Chrome [closed]

When I set value of an element via script textAreaObject.value = "some text" and try to get text of this object via textObject.innerText Internet Explorer 11 returns "some text" ...
d.c's user avatar
  • 77
2 votes
2 answers
635 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
862 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
384 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
956 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
344 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

15 30 50 per page