Skip to main content

All Questions

77 questions with no upvoted or accepted answers
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
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
4 votes
0 answers
492 views

How to display "This website needs Microsoft Edge" in IE11?

Using group policy and enterprise site settings one can get IE11 to show "This page requires Microsoft Edge" window. Source: https://blogs.windows.com/msedgedev/2015/11/23/windows-10-1511-enterprise-...
Knaģis's user avatar
  • 21.2k
4 votes
1 answer
326 views

Why would a style that has been computed only work after toggling in devtools? (IE and Edge)

I have a css class like this: .open-drawer { transform: translateX(0px); border-left: 1px solid grey; margin-left 3px; } This class is added on a div which slides it out into view on a user's ...
Tam Borine's user avatar
  • 1,534
3 votes
0 answers
1k views

Relative urls for images not working in IE11 or Edge, but do on Chrome/FF

I have an Angular 4 front-end application accessing images that are stored on a private S3 bucket. The images are only accessible via an authenticated API call. An example image url would be https://...
mookamooka1's user avatar
3 votes
0 answers
883 views

Duplicate Cookies in IE / Edge with Laravel 5 (TokenMismatchException)

We have developed a website in Laravel 5.3, but only IE/Edge browsers have problem submitting forms (TokenMismatchException). I tried some ways to fix it like this: TokenMismatchException in Edge ...
R.I.'s user avatar
  • 31
3 votes
0 answers
748 views

CSS Sprites horrible slow using Edge or Internet Explorer 11

We have a Singe Page Application using AngularJS 1.5 and it works smoothly using Chrome but unfortunately we also support IE 11+ and probably Edge and using these browsers, the performance is close to ...
timtos's user avatar
  • 2,305
3 votes
1 answer
71 views

CSS3 Menus and a Select menu - not working in IE & Firefox

I have created a CSS3 Drop down menu, works perfectly Until I was tasked with adding a select box to choose a pre-set theme This then gave out problems with IE 11 and Edge and Firefox The following ...
DataCure's user avatar
  • 425
3 votes
0 answers
473 views

jQuery .on('click') not working after reassignment in Edge/IE

A client has reported this issue on IE 11.0.9600 (but works for me on 11.420.10586). I have been able to reproduce it on Edge 25.10586 This is with jQuery 1.9.1 What we have is a custom sharepoint ...
bla9x's user avatar
  • 509
3 votes
0 answers
511 views

HTML video tag issue on MS Edge v25 and IE 11 v11.63

I'm having an issue with HTML 5 videos. I have been using a video player that I built in HTML 5 for about 2 years. Two days ago a co-worker reported to me the player was not working. The player was ...
Dan's user avatar
  • 31
2 votes
0 answers
266 views

How to open Visual Studio 2017 in debug mode with MS Edge instead of IE 11

I have a SharePoint hosted add-in project created using VS 2017 (v15.9.26) and want to run & debug the application using Microsoft Edge and NOT the default IE 11. Can anyone tell me how to do ...
dotr32's user avatar
  • 21
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
0 answers
698 views

Font awesome loaded,but is not working on Internet explorer 11?

Font Awesome icons are rendering properly in Internet Explorer 10 but not in IE 11. Below is the Player-status.component.html (using as modal page) , taking div>id>status as html element this....
pinku4132's user avatar
2 votes
0 answers
332 views

IE 11 and Edge: falsely claim to be in orientation: portrait

I have the following media queries: @media screen and (orientation:portrait) { .cover-image { background-image: url("..."); } } @media screen and (orientation:landscape) and (max-...
crowhill's user avatar
  • 2,488

15 30 50 per page
1
2 3 4 5 6