Skip to main content

All Questions

0 votes
2 answers
573 views

Patching document.write on Edge and IE

Here is a simple monkey patch for document.write which works in all major browsers but MS Edge and IE. <!DOCTYPE html> <html> <head> </head> <body> &...
Vladislav's user avatar
  • 513
0 votes
1 answer
614 views

Autofill (login credentials) don’t work in IE11 and Edge

I develop a public portal with asp.net core 2.2, where users have to login to be able to rate. If the user want to rate and is not logged in, a bootstrap modal (see below) login form is showed. ...
FredyWenger's user avatar
  • 2,315
0 votes
1 answer
711 views

Blob PDF data not rendering in IE 11

I am getting blob data from API in below format. const data = 'JVBERi0xLjcNJeLjz9MKMzQgMCBvYmoNCjw8DQovVHlwZSAvQ2F0YWxvZw0KL1BhZ2VzIDcgMCBSDQovTWV0YWRhdGEgMjYgMCBSDQo+...
Keval Patel's user avatar
0 votes
0 answers
2k views

Page is not displaying in Microsoft Edge using Form tag in jsp

As per my project requirement plan to move Microsoft edge and it is working fine in IE7 and when I tested the attached code in Microsoft Edge and even IE 11 it is not showing the page and I went ...
Maxtech's user avatar
  • 111
0 votes
0 answers
59 views

Best practice for browser specific content

I'm working on a project where I need to show specific content & include a file for a specific set of browsers. I'm starting off with IE. Since IE10 conditional comments aren't a thing anymore ...
J.Dekkers's user avatar
0 votes
1 answer
51 views

Web Applications Switching Browsers

At my company we all got upgraded this year to Windows 10. We have Microsoft Edge and Internet Explorer 11 installed. I have set my default browser to Edge, but I notice that sometimes I will click ...
David P's user avatar
  • 2,073
0 votes
1 answer
937 views

HTML5 Video not playing in IE11 or Edge

I've spent the last few days going through as many Stack Overflow questions that seem to cover this issue and I cannot find a solution that works for me, so hopefully this isn't a duplicate question. ...
Claire_Monkey's user avatar
0 votes
1 answer
4k views

How to call a Javascript function from a Typescript class that works with Internet Explorer 11 and Microsoft Edge?

In an angular 7 project i need to use a javascript function from a Typescript class, where i'm using declare var getFormData: any; to use the function getFomData, and it works ok in Chrome and Firefox ...
RMiZe's user avatar
  • 35
1 vote
1 answer
2k views

Stenciljs: How to fix polyfills issue for Edge

I just start using Stenciljs. I have polyfills related question. Code below works at Chrome but it does not work on on Edge or IE11 browser which are two browsers that I need polyfills. <script ...
sean0923's user avatar
  • 127
0 votes
0 answers
381 views

IE/Edge profiler doesn't show js call stack

Like in the title, both my Edge and IE doesn't show any data in JS call stack tab in the Profiler tab in the dev tools. I have tried deselecting 'Disable script debugging (other)' and 'Disable ...
Przemek Lewandowski's user avatar
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
0 votes
1 answer
242 views

Correct way to use shared style modules in Polymer 3

In my project I would like to use shared styles but have no idea how can I write it correctly for IE11 and Edge. I'm using polymer 3 with JS imports and this solutions works for Google Chrome, but ...
iwory's user avatar
  • 23
3 votes
1 answer
1k views

Windows 10 thin scrollbars - but not in all apps?

Windows 10 (April Release 1804) introduced "thin" scrollbars, similar to macOS. But it looks like they only apply to certain apps (like "Settings"), but not to "File Explorer", "Firefox" or "MS Edge". ...
kraftwer1's user avatar
  • 5,561
1 vote
2 answers
1k views

Radio button animation not working in ie11 or edge

Ive creating a radio list animation which works in all browsers excluding ie11 and edge. I’ve searched for solutions online but have been unable to fix this compatibility issue. I’m hoping someone ...
user3574939's user avatar
2 votes
1 answer
1k views

List item alignment problem with flexbox in IE 11 and Edge

I've created an ordered list of questions, with the option to edit or delete each one. I'm using Bootstrap 4 and flexboxes to design my website. The list looks great on Firefox and Chrome, but when I ...
Alexander's user avatar
  • 4,109

15 30 50 per page
1 2 3
4
5
13