Skip to main content

All Questions

8 votes
3 answers
16k views

Angular 8 project not working in Microsoft Edge and IE11

I need to make my Angular project work on both IE11 and Edge, but a very simple hello world is not even showing in these two browsers. Here's what I did: npm version: $npm -v 6.10.2 Angular ...
chimaira's user avatar
  • 183
7 votes
3 answers
5k views

Can you detect "Tablet Mode" in Edge and IE11 using JavaScript on Windows 10?

I am thinking of making my UI to dynamically change to a more touch-friendly layout when the user switches "Tablet Mode" on, and switch back to our "desktop" layout if they turn Tablet Mode off. That ...
robocat's user avatar
  • 5,373
12 votes
1 answer
6k views

Script pane missing from IE Debugger after upgrade Windows 10

Upgraded to Windows 10 about a month ago, Noticed that in Internet Explorer 11 that the scripts pane in the debugger isn't visible. Running Edge which seems to have an identical look & feel to ...
Matthew Campbell's user avatar
7 votes
2 answers
4k views

IE 11 and IE Edge get file.type failed

"change .btn-file :file" : "getfileinfo", getfileinfo: function(e){ var fileInput = document.getElementById('fileupload'); var file = fileInput.files[0]; if(!file || (file.type != ...
Gopi's user avatar
  • 71
6 votes
1 answer
2k views

CSS Grid not workiing on IE11 or Edge even with -ms prefix [duplicate]

I've been following the guide here on getting grids working on IE 11. My problem is that even following those rules, the columns and rows just overlap each other rather than taking their grid ...
Alex's user avatar
  • 662
5 votes
2 answers
2k views

Select control created in React does not reset on browser refresh (IE11 and Edge)

I have a very simple React application with just one select control. See working application here. The select control has 3 values: Sunday, Monday and Tuesday. Sunday is the default value. ...
Naresh's user avatar
  • 25.3k
5 votes
3 answers
2k views

last-of-type doesn't work with custom elements in IE11 and Edge

.foo bar:last-of-type { background-color: red; } <div class="foo"> <bar>bar</bar> <bar>bar</bar> <bar>bar</bar> <span>span</span> ...
adamdport's user avatar
  • 12.3k
5 votes
3 answers
11k views

React Material-ui SSR - Warning: Prop `d` did not match. Server: "M 0 0 h 24 v 24 H 0 Z" Client: "M0 0h24v24H0z"

I'm working on a React site with server-side rendering & Material-ui. Everything was working great including the mui JSS stuff. Then I added an SVG icon from @material-ui/icons Now, Edge & ...
DaveW's user avatar
  • 378
4 votes
1 answer
13k views

input range not working in ie or edge

Has anyone else come across this issue and do you have a solution. Using this html in ie and edge the range doesn't show. <html> <head> <link rel="stylesheet" href="http://...
HenryM's user avatar
  • 5,723
4 votes
2 answers
5k views

IndexSizeError on drawImage on IE and Edge

I am finding that a certain code fails in Internet Explorer and Edge, but seems to work flawlessly in Chrome and Firefox: var image = document.getElementById("myImage"); var canvas = document....
unpollito's user avatar
  • 999
2 votes
2 answers
3k views

on('load') does not work for opened popup in internet explorer 11

I do not recall the last time I used popup for anything, but :( I want to open new window and when it is opened I want to shout "1". Window opens in all browsers, but in IE 11 / Edge it does not ...
Sasha's user avatar
  • 118
2 votes
1 answer
5k views

Is it possible to open Microsoft Edge from a page rendered in Internet Explorer via just HTML/JavaScript?

Windows 10 ships with both modern Microsoft Edge browser, and the legacy Internet Explorer 11. Based on analytics, I suspect some of my Windows 10 users use IE11 and are perhaps not aware of having ...
jakub.g's user avatar
  • 40.3k
2 votes
1 answer
2k views

Preventing high-contrast mode in Edge from adding background to text

I'm working to adjust some components so that they all function and look good in high-contrast mode. Edge seems to be adding a black background under all text that IE11 does not add. I can't seem to ...
Kris's user avatar
  • 589
2 votes
1 answer
1k views

Ghostly 'border' appears with border-radius in IE11 and Edge

In IE11 and Edge (on Windows 10), the following HTML/CSS displays a strange, transparent border where there shouldn't be. <!DOCTYPE html><html> <head> <style> ...
Goozak's user avatar
  • 510
2 votes
1 answer
5k views

CSRF issue with Microsoft Edge and IE11

I have a CSRF token issue that only occurs in MS Edge and IE11 - it works fine in Chrome, Firefox and even IE9. The problem only occurs when doing Http post via Ajax. It gives me Http403 forbidden ...
rulzart's user avatar
  • 113

15 30 50 per page