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

bootstrap tabcollapse in iframe not working in IE11

I have a need to run bootstrap-tabcollapse (swaps tabs to collapse in responsive mode) in an Iframe. It works beautifully in Firefox, Safari and IE10 and earlier - just seems to be having a problem ...
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()...
2 votes
5 answers
21k views

Background images not showing in IE11

For some reason, background images are not showing up at all in IE11 (Windows 7 Pro). .home { position:relative; height: 620px; background-image: url(/images/bg_home3.jpg); background-position: 540px ...
0 votes
2 answers
178 views

Selenium Grid- Running a test in parallel on IE 11

I want to run my test in parallel on Selenium Grid on IE browser 11. I have one Hub machine(VDI machine) on which i have one node as well. Machine 1 , Hub1 and Node1 For the second Node i have another ...
1 vote
1 answer
863 views

Registry access restrictions in IE11 Enhanced Protected Mode

I have a plugin that is being loaded to the IE and tries to read the registry in HKCU\Software... path, and being denied. What are the paths in registry (if any) that are permitted to the add-on ...
2 votes
1 answer
604 views

Accessing named pipe servers from within IE EPM BHO

I am trying to make some changes to our legacy product to support IE EPM on the BHO. I have managed to get it to load and the various methods - SetSite, DocumentComplete etc. - get invoked. I seem to ...
1 vote
1 answer
1k views

IE 11 and Enhanced Protection Mode and custom BHO : is there some debug info?

I need to install my custom BHO (written in C#) on Internet Explorer with Enhanced Protection Mode. According to this MS blog post, in Win7 all I need to do is use a 64bits binary, but it does not ...
7 votes
3 answers
3k views

Is there a way to create a named pipe from an AppContainer BHO on IE11?

I'm trying to write a BHO for Internet Explorer 11 (Windows 8.1). My BHO implements the AppContainer sandbox, but I can't seem to create a Named Pipe, CreateNamedPipe fails with that message: Access ...
14 votes
2 answers
30k views

IE11 JavaScript (Error: SCRIPT445) "Object doesn't support this action"

I use a Javascript solution which loads the youtube player API asynchronously. The whole script is supposed to play the video when scrolled to its position. It works in all browsers and also in IE(11),...
0 votes
1 answer
1k views

How can you change scrollbar color using Internet Explorer's CSS for when hovered?

I've learned a lot of CSS properties on my school website. But how can you change the color of the scrollbar for when it's hovered? Example: html { scrollbar-arrow-color: white; scrollbar-face-...
0 votes
1 answer
416 views

IE11 JAWS accessibility issue with role alert

role alert is read by JAWS 2020.2001.70 in chrome, firefox but its not reading in Microsoft IE11 and Edge. The same is also working with mac voiceover in chrome and firefox. We need to write "show" ...
0 votes
0 answers
1k views

JAWS Accessibility issue : aria-label attribute for option tag is not working

<label for="cars">Choose a car:</label> <select name="cars" id="cars"> <option aria-label="volvo" role="option">Vo</...
0 votes
1 answer
52 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 ...
15 votes
4 answers
20k views

ReactJS - SCRIPT1010: Expected identifier - Production build not running on IE11

I created a new project with create-react-app today. The production build is not running fine on IE11, the console shows following error: SCRIPT1010: Expected identifier The line it points to inside ...
0 votes
1 answer
2k views

React app not working in IE11 (have tried polyfills)

Our react app, built with create react app, isn't working in IE11 (development and production). Up till now we have used core.js to polyfill our code, but suddenly IE11 has stopped working. Initially ...

15 30 50 per page
1
3 4
5
6 7
371