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
1 answer
168 views

Excel VBA IE querySelector button click

Trying to click button using IE. Due to the firm policy Selenium Basic, is banned. So using that route is not possible. getting error Object variable not set (Error 91) code till now. Global driver ...
jan benes's user avatar
0 votes
0 answers
66 views

Recharts Newest Version crashing in IE11

Testing my website after updating to the newest version is failing. I have added in the resize-observer-polyfill. Now IE 11 gives me this error: Object doesn't support property or method '...
sagar's user avatar
  • 55
0 votes
0 answers
86 views

SCRIPT5009: 'BMapGL' is undefined on IE11

Here is the code // src: https://lbsyun.baidu.com/jsdemo.htm#aCreateMap <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <meta ...
tek ted's user avatar
0 votes
1 answer
315 views

IE mode with InternetExplorerDriver

Now Im using selenium version 4.8.1 With the following Code: var ieOptions = new InternetExplorerOptions { }; ieOptions.AttachToEdgeChrome = true; ieOptions....
Xia's user avatar
  • 1
1 vote
0 answers
107 views

Can't connect to IndexedDB in Internet Explorer 11

My code: var indexedDB = window.indexedDB || window.webkitIndexedDB || window.mozIndexedDB; if(indexedDB) { const request = window.indexedDB.open("library", 1); let db; request....
Kirill's user avatar
  • 1,432
0 votes
1 answer
161 views

Is Internet Explorer group policy setting "EnableGlobalWindowListInIEMode" available on Windows Server 2016 / 2019?

One of our applications runs as an ActiveX component and it required the use of Internet Explorer. As Internet Explorer has now been retired, the users now access the application using Edge in IE ...
John Carter's user avatar
0 votes
1 answer
98 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: (...
Bontoomester's user avatar
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 ...
Chase's user avatar
  • 11
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
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 { ...
mordecai's user avatar
  • 549
0 votes
1 answer
51 views

external CSS files are not loading all the time in IE 11. But when i hard refresh the page its loading. how to fix this issue?

external CSS files are not loading all the time in IE 11. But when I hard refresh the page its loading. Is there any way to ensure External CSS files load properly in IE 11 browser <!DOCTYPE html ...
Lakshmi TS's user avatar
0 votes
1 answer
265 views

IE11 support with Angular 13

I know by default angular 13 doesn't support IE11.Does anyone have some experience how to make it work? Is there any chance those two versions works together?
Darko Radisavljevic's user avatar
0 votes
0 answers
40 views

Select an option from javascript drop-down on a webpage

So I have a macro to automate a repetitive task of placing meal orders on a website. (It's annoying because I have to place one order per person per day, and I'm doing it for a lot of people, and ...
Floyd's user avatar
  • 119
-1 votes
2 answers
336 views

React App not loading in IE11 in windows server

I am a novice in React and developed a utility application and it's working fine in local machine. I tried to deploy build folder in IIS on Windows server but when I am trying to access it in IE, I am ...
Manish's user avatar
  • 1,431
1 vote
1 answer
905 views

Redirecting from edge ie11 compatibility mode site

We have a react app which is added in enterprise edge ie11 mode, this is opening perfectly in ie11 mode but from this app when we do a redirection to an external authentication provider, that portal ...
Sathish Kumar's user avatar

15 30 50 per page