Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

-2 votes
1 answer
2k views

IE11 and javascript constants

In my javascript code, I'm using constants and while if works correctly in Chrome and Firefox, I get an undefined error in IE11. Emulation mode is set to agent string = Microsoft Edge. I read that in ...
user9671207's user avatar
1 vote
1 answer
2k views

Disable Internet Explorer prompt 'the program will open outside of protected mode' when running application through BHO

I have written a BHO that will start a console application as soon as the BHO got instantiated. The console application is a simple helper application developed in C# and is placed in local disk C. ...
Usama Mohsin's user avatar
0 votes
2 answers
1k views

Aurelia: Object doesn't support property or method 'bind' in IE 11

The problem I am trying to get my Aurelia project working in Internet Explorer 11, however, I am getting the following message: Object doesn't support property or method 'bind' (app.bundle.js 188,...
zerk's user avatar
  • 556
0 votes
2 answers
174 views

IE 11 align center

Problem: Position absolute with parent align center is not working in IE, but working in Chrome/Safari. Expected: Should behave the same with IE 11 browser. IE 11 screenshot .selectContainer { ...
Cloud Soh Jun Fu's user avatar
1 vote
1 answer
122 views

Cannot get grid to align properly in IE11

I am having issues getting a grid to display correctly on IE. I want to avoid autoprefixers and need something simple. I hope it's something that I missed. I have the following CSS code: .container { ...
Storm Parker's user avatar
0 votes
1 answer
570 views

Problem while trying to use click event in internet explorer 11

I have a code var el = document.getElementsByClassName('fullscreen-button')[0]; el.click(); It works in chrome, firefox but el.click() doesnot work in ie11. (I am getting the expected el in ie11 so ...
akshendra Garg's user avatar
0 votes
1 answer
122 views

Internet Explorer 11 Create auto-response to closing MsgBox from specific website

Disclaimer: the only language I have any proficiency with at all is VBA. I know next to nothing about html and zero about javascript. That said, I think what I'm looking to do is pretty simple, also: ...
Nick Vittum's user avatar
0 votes
1 answer
1k views

document.documentElement.msRequestFullscreen() returns undefined

I am trying to go fullscreen using document.documentElement.msRequestFullscreen() on ie11. It returns undefined. Also var elem = document.getElementById("ember715"); elem.msRequestFullscreen() ...
akshendra Garg's user avatar
0 votes
1 answer
2k views

Does React Typescript works in Internet Explorer 11?

I have many React applications that works in Internet Explorer 11 (With polyfills). I would like to use TypeScript in my next applications, so I developed my first one using the same technologies and ...
Axel León's user avatar
0 votes
1 answer
501 views

React-app not working in Internet Explorer 11

I have a react app and I need it to work in Internet Explorer 11. I use Material-UI and some others tiny libraries. Right now, I just can see a blank page. I tried the next solutions (without success):...
Axel León's user avatar
0 votes
1 answer
81 views

Container gets cuts off when using flex for a dialog in Internet Explorer 11

I am trying to create a cross-browser dialog box system. Basically, you click a link and the dialog pops down. Surprisingly, I got it to work on all major browsers, including IE 11. The only issue is ...
darkhorse's user avatar
  • 8,656
2 votes
1 answer
55 views

Centering vertically using flex not working correctly in Internet Explorer 11

I am trying to center an icon inside 2 divs using flex. The code is below: .div-1 { width: 50px; height: 50px; display: flex; border-radius: 50%; background-color: #228B22; } ....
darkhorse's user avatar
  • 8,656
0 votes
1 answer
878 views

How to scroll to an element while keeping it vertically centered in Internet Explorer 11?

Lets say I have an element within a parent container. I want to scroll to that element, while keeping it vertically centered in the parent container. I wrote the following function that works on all ...
darkhorse's user avatar
  • 8,656
1 vote
1 answer
2k views

WinInet / IE11 on Windows 7 TLS 1.2 enabled not working on a website

I have some software where I use Windows WinInet API and IE browser control. However a Windows 7 user is reporting problems if though TLS options are checked... I had the user try open the website ...
Tom's user avatar
  • 3,597
0 votes
1 answer
644 views

Responsive image with srcset not working in IE11

<img srcset="assets/img/pages/support-and-services/hub/head1-40w.png 40w, assets/img/pages/support-and-services/hub/head1-80w.png 80w" sizes="40px" src="assets/img/pages/...
df0o's user avatar
  • 15

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