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
28 views

Next.JS 13+ and IE11

How can I make Next.JS 13 application to be compatible with IE11. it uses SWC and I'm not sure how to fix SCRIPT1010: Expected identifier and SCRIPT1002: Syntax error errors
A.A's user avatar
  • 3,736
0 votes
1 answer
74 views

IE11 XSLT transforms <param> node into self-closing tag without closing

This question is very much relevant to this XSLT converts <image> node to <img> tag when outputiing to DOM Consider this piece of code: <script type="application/xml" id="...
Glenn Carver's user avatar
0 votes
1 answer
52 views

Getting 'object doesn't support property or method "evaluate" ' in selenium | IE

I am automating a web app on IE(Internet Explorer) browser. I am getting the below error when I am trying to find any element on the page after the page is loaded. selenium.common.exceptions....
subham chomal's user avatar
0 votes
1 answer
55 views

XSLT converts <image> node to <img> tag when outputiing to DOM

It's 2024, and I am working on a project that incorporates XSLT technology. I came up with a simple way to access XML file that is being transoformed with javascript simply but outputing it to a ...
Glenn Carver's user avatar
0 votes
1 answer
89 views

Urdu Text is Not Showing Up Correctly in Internet Explorer On Some Computers

I am using following code to generate chart in Microsoft Access Form using web browser control and on most of the computers it is working completely fine including on Windows 7 SP1 and Windows 10 but ...
Pacman's user avatar
  • 39
0 votes
1 answer
45 views

How to automate Internet Explorer in Window 10?

I am trying to set values and retrieve values from the webpages of internet explorer in windows 10 using these codes- WinGet, hWnd, ID, A oWB := WBGet("ahk_id " hWnd) oWB.document.all(55)....
user433939's user avatar
0 votes
2 answers
479 views

docker file pip install locally

this is my docker file: WORKDIR /scan RUN pip install pymongo RUN pip install netmiko RUN pip install pyats[full] ENV Testbed= ENV arr= # ENV device= # ENV id= COPY . /scan ENTRYPOINT ["python3&...
kfirwe's user avatar
  • 13
0 votes
1 answer
79 views

div content to image

This is my code, I am using IE 11 for testing on my project, and the download function did not work. I want to make it download the content as images, please help me find the solution, Thanks.: $(...
Alton Huang's user avatar
1 vote
1 answer
419 views

Angular 12, IE 11, @@toPrimitive must return a primitive value

After a fresh install of npm packages (deleted node_modules and package.lock.json) polyfills-es5 file started having additional code to define _toPrimitive function And when I load the app in IE I ...
simply good's user avatar
  • 1,081
0 votes
0 answers
38 views

Jumps to top of screen on Click in React (MUI) on Trident+

On most clicks (example on a button, or on a delete icon, or "ok" to close the calendar), the screen "jumps all the way to the top in an instant. This is extremely annoying and ...
Brendan May's user avatar
1 vote
1 answer
108 views

Selenium Javascript executor don't finish - IE11, Edge IE mode

Hello I have problem with javascript excecutor in Selenium Browser: Edge IE mode;IE11. Script don't finish working. I run button where after click show window Windows10 I use method: public void ...
Kamil Surma's user avatar
0 votes
0 answers
943 views

Edge Browser in IE Mode is throwing an Error Message "Internet Explorer cant be found. You need to re-install or re-enable Internet Explorer""

My application doesn't work in the Edge browser. but works fine in the Edge Browser(Version 105) with IE Compatibility Mode. Am using Selenium 4 with below code to launch the Edge Browser in IE Mode ...
Selenium Lover's user avatar
-1 votes
1 answer
3k views

How to prevent IE mode in Edge

One of website users for some reason is loading my website in IE mode in their Edge Version 113.1774.50 (Official build) (64-bit) and I am struggling to figure out how to prevent this from happening. ...
Vladimirs's user avatar
  • 8,457
0 votes
0 answers
87 views

AutoScroll on Button Click (Outlook Web Add-in 2013 & 2016 & 2019 volume licensed)

In our Microsoft certified Outlook Web Add-in, when clicking on a button in our react add-in, the add-in "jumps" to the top of the page. That is pretty much the summary of the issue. I ...
Brendan May's user avatar
4 votes
0 answers
136 views

nuxt i18n not working in IE throwing SCRIPT1006: Expected ')'

I am trying to make the nuxt-i18n work for IE document mode 11. SCRIPT1006: Expected ')'
Bravo 's user avatar
  • 101
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
1
2 3 4 5
186