Skip to main content

All Questions

39 votes
2 answers
18k views

Remove 'x' Input Decoration In Microsoft Edge (formerly Project Spartan)

In the CSS of a website I'm currently working on we use the following CSS to hide the 'x' button that Internet Explorer 10 and 11 add to input fields for users to clear their contents: input::-ms-...
Martin Costello's user avatar
26 votes
2 answers
5k views

Video buffering in IE/Edge using Media Source Extensions

We are trying to use MSE (Media Source Extensions) to show real time video on a website. We are sending frames over websocket and trying our hardest to keep latency down. Our current prototype is ...
oskbor's user avatar
  • 1,592
26 votes
2 answers
8k views

Is this an IE11 Radio Button rendering bug (they look like googly eyes)?

I'm working on a website that has a handful of radio buttons. In most browsers everything looks fine, but in IE11 some of the radio buttons look like googly eyes. Now, is this a bug in IE11 or am I ...
DigitalDan's user avatar
  • 2,627
23 votes
1 answer
1k views

Rendering artifacts on Bootstrap modals in IE11 and Edge

I am repeatedly experiencing Rendering artifacts on several versions of IE11 and Edge, as well as several different devices with different graphics cards and drivers, and different update states of ...
ideaboxer's user avatar
  • 4,001
21 votes
1 answer
2k views

getElementById fails on very specific ID that is definitively in the DOM tree on IE 11, possibly Edge - why?

In Microsoft IE and (according to comments) Edge, getElementById() on an ID that is exactly "extTabsBodyEleFile1273551781_renderTo" fails. <!DOCTYPE HTML> <html> <body> &...
Kadser's user avatar
  • 243
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
11 votes
2 answers
2k views

Can't create XML node with cyrillic name in IE11

I need to create a xml document (with JavaScript) containing nodes, which is named in russian. I get InvalidCharacterError in IE11 when trying run doc.createElement("Выборка") doc is created with ...
Olegas's user avatar
  • 10.5k
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
8 votes
2 answers
2k views

HTML input type="file" drag and drop doesnt work in Edge and IE11

I've created a sample Angular app where I added only an input control to the view. In my project, I created my own file-uploader component. I'm able to drag and drop the file in Chrome but cannot do ...
GoldenAge's user avatar
  • 3,018
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
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
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
6 votes
6 answers
13k views

I can't start Internet Explorer 11, always Edge is opened in Windows 10

I have to test a product on Internet Explorer but when I try to start it always Edge browser is opened. I tried to set IE as default browser but did not help. I try to set Chrome or Firefox as default ...
Alpar's user avatar
  • 61
6 votes
1 answer
3k views

Edge Chromium does not http post SAML data to IEMode user access URL

Our website is requiring IEMode in Edge Chromium and our user is using SSO. When they log in from their SSO log-in URL, their Edge Chromium browser opens up our website (user access URL) in IEMode as ...
Glenda's user avatar
  • 61
6 votes
0 answers
548 views

How do I make the -ms-thumb pseudo element register pointer events on underlying range input in two input overlay in IE?

I want to make a range input with two handles. I have made one overlaying two inputs with type range. I use the css property pointer events to disable the track from intercepting any click meant to ...
Remko's user avatar
  • 754

15 30 50 per page
1
2 3 4 5
13