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
2 answers
706 views

Prevent table header from scrolling vertically (to work in IE 11)

I'm stuck using IE 11 as a rendering engine in my Windows app. I know that there are quite a lot of examples how to prevent a table header from scrolling vertically, but I can't seem to make them work ...
c00000fd's user avatar
  • 21.8k
0 votes
0 answers
167 views

Internet explorer 11 freezing if the dropdown menu of the column filter is open

Please open the following example in internet explorer 11: https://www.ag-grid.com/react-data-grid/row-dragging/#example-simple-unmanaged Has anyone had this problem? Or any idea what could be the ...
dergroncki's user avatar
0 votes
0 answers
53 views

Interzone interaction in Internet Explorer with WebSockets

There are a big web application on Sharepoint and "third-party" application as a bundle. Bundle sends requests on the other server than the whole application. Bundle sends HTTP and websocket ...
pav's user avatar
  • 99
0 votes
0 answers
92 views

Geolocation API in IE11

I'm attempting to use HTML5 Geolocation on IE11, but despite allowing location permission, I get an error, "This site does not have permission to use the Geolocation API." To replicate: ...
Rosellen Grant's user avatar
0 votes
1 answer
304 views

Serve alternative CSS for IE11 and below using JavaScript?

There's lots of examples on Stackoverflow on how to detect IE11, but I'm not sure how to use it in a JavaScript conditional statement. I'm using Tailwind CSS, but it doesn't support IE11 and below. I'...
StephenMeehan's user avatar
0 votes
1 answer
207 views

document.font.ready is coming as undefined in IE11 in Angular

We have to support an application in IE11 and i have enabled diffrential loading and include some polyfills but still in IE 11 I can see an error - TypeError: Unable to get property 'ready' of ...
rahul225's user avatar
0 votes
1 answer
813 views

Drag parent element through the child element in IE11

I have a table with rows and each row has a drag button which you can click and hold on to to make the row draggable to another position in the table. This is working fine in Chrome but not in IE11. I ...
nanoticket's user avatar
6 votes
1 answer
2k views

tailwindcss: Force tailwind to use compatible rgb syntax?

I'm porting an app using tailwindcss to work with IE11. Unfortunately, tailwindcss insists on generating colors using the modern W3C CSS Color Module Level 4 rgb() syntax, which does not appear to be ...
henrikl's user avatar
  • 539
0 votes
0 answers
177 views

nuxtjs IE 11 polyfill-eventsource added missing EventSource to window

ie9: Invalid HMR message: {"name":"client","action":"sync","time":557,"hash":"a0b4d086a83be953a239","warnings":[],"...
mason's user avatar
  • 1
0 votes
1 answer
416 views

webpack bundle throws error on IE11 because of just one node package 'crypto-js'

I am new to webpack and babel. I am developing a react app with custom webpack and babel set up. I had added react-app-polyfill to this application and it had worked well on IE11. But after installing ...
Shawn's user avatar
  • 407
-1 votes
1 answer
542 views

Web component developed using stencil not working in IE11

I have some stencil components developed, but after production build the dist js included in plain HTML and using the component as <my-comp></my-comp> is not working there, getting error ...
Rahul Gupta's user avatar
2 votes
0 answers
549 views

Not working on ie 11 getting error SCRIPT5022: Exception thrown and not caught

I am using Angular12 for my web project. As there are some users out there who are still using IE11, I need to make this web project compatible. Adding polyfills for reference. Anybody got any idea as ...
Pranshu Dixit's user avatar
-3 votes
1 answer
606 views

Google Maps JS API v3 Notify‏ - Google Maps Platform support for Internet Explorer 11 will end in August 2022

Us there any version of google maps that will be working on IE11 after Aug 2022? On Aug 2022 - What my customer will see on my website using IE11? An error message? Blank screen?
Derix's user avatar
  • 1
0 votes
0 answers
105 views

using python selenium IE11, python(jupyter notebook) finds compeletly different element of HTML

I am building a crawling code on a web page running only on IE11. My problem is that python selenium,selenium.webdriver.Ie, find completely different element of HTML element = driver....
Chan's user avatar
  • 1
2 votes
1 answer
2k views

Google Maps API not supporting IE 11

Our company has a program with IE 11 embedded into a tab in a program window. The notice we got was that the Maps API will not work with IE 11 any longer sometime in Feb). This software was partially ...
Christopher Ash's user avatar
0 votes
1 answer
72 views

how to merge 2 object arrays based on keys in JavaScript and retain values of both the arrays when matched

I am trying to merge 2 object arrays(can be more as well) of same order and fields based on 2 keys. and if the keys matched then maintain the values of array1 and array2. For example: var array1 = [ ...
kavya 's user avatar
  • 157
1 vote
1 answer
1k views

Is that possible redirect to open in Chrome from IE, but also have that redirect work if Chrome is already in use?

I made a redirect link for my website from IE11 to Chrome by using ActiveXObject it works when I open the link in IE but when I open that redirect link in Chrome It doesn't work and is there a way to ...
user avatar
0 votes
0 answers
62 views

Is there a bug using lens rectangle in xzoom jquery plugin?

I'm using jquery xzoom plugin in my application. In Chrome works fine but doesn't in IE 11. With lens by default (rectangle) the main image is shown displaced behind the lens in y axes (displaced ...
FranAA's user avatar
  • 29
0 votes
1 answer
520 views

Is it possible to make a website that only works properly in Internet Explorer 11?

I know this is counterintuitive to the norm and would raise some eyebrows but I'm planning on making an easter egg of sorts for my circle of friends and want the website I'm making to only be ...
user9564371's user avatar
0 votes
1 answer
211 views

Powershell 7 and IE automation Error 0x800A01B6

To start this off, Slenium WebDriver is not an option due to it requiring approval to run and I am locked to the Windows environment. In addition, the site tool I am accessing is old and only works in ...
MBernat's user avatar
3 votes
1 answer
5k views

Providing IE11 support in Angular 13

Google has removed IE11 support in Angular 13. In the company that I work for, we have to keep IE11 support for the next few months due to contractual obligations. As it's unclear what is the extent ...
Marcin Czarkowski's user avatar
0 votes
1 answer
401 views

I'm getting a Failed to mount component: template or render function not defined in IE11 but not other browsers. How to locate point of failure?

We have an established Vue/Nuxt app running in production, and for our latest sprint I implemented a bunch of pretty common changes we'd normally make for a new feature. The changes did not include ...
JeremyW's user avatar
  • 257
0 votes
0 answers
362 views

React TypeError: Can't redefine non-configurable property 'error' in Internet Explorer 11

I'm having an issue in Internet Explorer while applying polyfills in react app which was created using CRA. After request to an api endpoint, a javascript error TypeError: Can't redefine non-...
Cafer Elgin's user avatar
0 votes
0 answers
67 views

What is the reason behind IE11 long running script issues?

I wanted to understand why does the IE11 respond with a long running script issue and becomes unresponsive till some time. Surprisingly, this happens randomly eg. Let's say on page load I call an API ...
Swayam Mohanty's user avatar
0 votes
0 answers
77 views

Passing data to other tab in IE11 when using local files (file://)

I have an application where one or more tabs pass "display requests" (i.e. to display data relevant to some data query) to a dedicated tab. That tab is launched using a known window name and ...
ACProctor's user avatar
  • 314
0 votes
1 answer
73 views

Resizing IE11 using Java

I have an issue with trying to resizing IE11 in kiosk mode but launching in kiosk mode would force it to go fullscreen but if I turn off kiosk mode, the toolbar & navbar, etc. will all be visible ...
Anon1234's user avatar
0 votes
0 answers
290 views

SharePoint Online webpart

I have a webpart created for SPO and is working on Chrome, Edge but on IE no. I tried all the steps from google, but without success. I also added import '@pnp/polyfill-ie11' and the error is the same:...
popescu alexandra's user avatar
0 votes
1 answer
1k views

Links from internet explorer 11 not working in edge

In reporting services I have reports which contains links to attachments: -When i using IE11 and clicking links everything is working fine -but when i do the same in edge we have no reaction, when we ...
Hw3zs's user avatar
  • 7
0 votes
1 answer
304 views

NextImage erroring in ie11

i use typescript, this is my package.json: "dependencies": { "@tailwindcss/typography": "^0.4.1", "@webcomponents/shadydom": "^1.7.4", "cookie&...
lin Duan's user avatar
1 vote
1 answer
390 views

My react app not running in IE11 after migrated Webpack from v4 to v5

I changed the configuration of my app following the webpack documentation: https://webpack.js.org/migrate/5/. After this, the app runs successfully on chrome and edge, but not working in IE11. I have ...
Vladut's user avatar
  • 58

15 30 50 per page