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

All Questions

1 vote
2 answers
83 views

Why notification message is not supporting in IE11 any technical reason

Anyone can explain technically why the notification message is not supporting in the IE11 browser. The reason is IE11 browser engine(Trident, Chakra) or any other reason? var permission = Notification....
Saran S's user avatar
  • 21
1 vote
0 answers
141 views

Internet Explorer 11 Developer Tools: 'DOM refresh' button is missing

I'm running the IE11 on Win81 VM image provided by Microsoft. The problem I'm having is that the Developer Tools' DOM Explorer tab only shows the state of the document after the page loads. Any ...
mamacdon's user avatar
  • 3,089
0 votes
0 answers
447 views

Taking a picture with a webcam in Internet Explorer without Adobe Flash

Now that Flash is going to be removed from Windows computers, is there a way for web applications to allow pictures to be taken from the user's webcam in Internet Explorer 11? I know other browsers ...
cbender's user avatar
  • 2,251
1 vote
0 answers
196 views

React Material Table IE 11 issue

I am using the React Material table(Editable) in IE11. Once I click on Delete/Edit and then click on the cancel button only the row is highlighted other rows are disabled. But in chrome, all the rows ...
Sovan's user avatar
  • 61
1 vote
2 answers
504 views

Find parent "SVG" element in Internet Explorer

var HELPERS = { getElem: function($this) { return HELPERS.findAncestor($this, "svg"); }, findAncestor: function (el, sel) { while ((el = el.parentElement) && !((el.matches || el....
old_padawan's user avatar
1 vote
0 answers
105 views

Internet Explorer ::How to see the " Don't let this page create more messages" check box

In IE11 Contrary to the questions posted. Please help me to get this checkbox. At the moment, I am not able to see the check box with message, please help to get it back. I tried several security ...
Jeril Kuruvila's user avatar
0 votes
1 answer
76 views

Custom collapsed navbar (2 columns, with each column containing 2 columns of items)

I have a custom collapsed bootstrap navbar. Not collapsed it looks like this (notice I have 2 sets; 1st is the menu items, 2nd is social media icons) normal. All good so far. Works in all browsers ...
ThermalShock's user avatar
0 votes
0 answers
577 views

How to run Internet Explorer in background with VBA

I want to run Internet Explorer in background. I used this script and IE is opened but it's a visible window and not run in background. On Error Resume Next 'Declare a new variable or array variable ...
user14448790's user avatar
1 vote
1 answer
210 views

Invalid calc() on IE11

Why IE11 can't calc this? I see from the console that it finds it invalid (in the compiled styles it's red underlined) h6 { ... font-size: calc(calc((( (20 / 16) / 16 - 1 / 16) * (100vw - 20rem) / ...
Fred K's user avatar
  • 13.8k
0 votes
2 answers
359 views

Edit as HTML in IE for Style Element

I am not sure why Edit as HTML of <style> element is disabled in IE However, I can edit as HTML of the <style> element in Chrome. How to enable it?
Spring's user avatar
  • 880
0 votes
1 answer
277 views

Is there a way to improve MutationObserver performance in IE 11?

we're having issues rendering some graphs in a complex screen with a lot http calls. In chrome and some new browsers works nicely, but in IE11 is blocking all the UI. I'm not sure how to resolve this, ...
Sergio Moreno's user avatar
0 votes
1 answer
1k views

What is the problem with D3js working with Internet explorer 11

I am creating an SVG donut chart using D3js v4 library, and it works fine with Google chrome but it doesn't work at all with IE11 I tried to to put the code in this Codepen 'https://codepen.io/ohmto/...
Hemmat's user avatar
  • 1
0 votes
0 answers
373 views

gaphql API is not working in IE edge and IE 11

The graphql url is not working and not fetching the data in both IE edge and IE 11 browsers. I am usiong Angular 9 application and have installed classlist.js and web-animations.js from polyfills.ts. ...
ILearner's user avatar
  • 131
14 votes
3 answers
13k views

Internet explorer ignores flash mms.cfg settings

I have the following mms.cfg in %localappdata%\Google\Chrome\User Data\Default\Pepper Data\Shockwave Flash\System\mms.cfg %localappdata%\Microsoft\Edge\User Data\Default\Pepper Data\Shockwave Flash\...
Bobby Tables's user avatar
  • 3,003
0 votes
1 answer
471 views

Angular Material Table and IE11 not setting columns correctly

I'm trying to make my app compatible with IE11, but in my mat table, the columns are all squished, as shown in the attached pic. Here is my scss code to set its appearance: How can I make this work ...
Kevin Wilde's user avatar

15 30 50 per page
1 2
3
4 5
71