Skip to main content

All Questions

0 votes
1 answer
56 views

addEventListener on a body element does not get executed

I am using MS Edge in IE11 compatibility mode and have an HTML page in which I have: <input id="onLoadAttributeHiddenId" type="hidden" value="schadenAuswahl.setCustomCheck()...
Alex Mi's user avatar
  • 1,449
3 votes
2 answers
2k views

Simple JavaScript Bookmarklet not working on EDGE compatibility mode ie11

I am trying to run the following JavaScript as a test on a website / webapp*. javascript: {window.alert("Hello World")} *This website / webapp forces the EDGE browser to run on IE11 ...
AverageJoe's user avatar
2 votes
2 answers
6k views

Detecting browser in Edge IE mode

I've been looking at "IE mode" within Edge Chromium. Everything I have currently runs in IE 11. If in IE mode, do you know if the window.navigator... javascript stuff to detect browser, ...
Don Holmes's user avatar
0 votes
0 answers
29 views

How to make SharePoint solution independent from browser

The solution, that involves webpart, lists, html, javascript runs well in Microsoft Edge, but it does not work properly in IE11. Please advise if you have encountered same problem
Hailu's user avatar
  • 1
0 votes
2 answers
763 views

Edge and IE11 XSLT space issue

I have ran into an issue with Edge and IE11 using XSLT to convert from HTML to XML. When converting, elements that contain only spaces (one or many) get turned into an empty or self closing element ...
Dahlvash's user avatar
0 votes
1 answer
416 views

IE11 JAWS accessibility issue with role alert

role alert is read by JAWS 2020.2001.70 in chrome, firefox but its not reading in Microsoft IE11 and Edge. The same is also working with mac voiceover in chrome and firefox. We need to write "show" ...
Arnab Ghosh's user avatar
0 votes
0 answers
1k views

Copy \ paste to input type = file not working in IE or Edge

I'm trying to create a function in jQuery / JS to upload images from the clipboard to a input upload field. The code works flawless in Chrome and Firefox, but i cant get it to work in Internet ...
Smeijer's user avatar
0 votes
1 answer
892 views

Get and close browser tabs that match my domain on logout

My project has single-sign-on to multiple apps and once signed on, people may be clicking bookmarks or links in notification emails to open tabs to our various and sundry applications. HOWEVER, when ...
Entropy's user avatar
  • 1,281
1 vote
1 answer
241 views

p5.js dragging objects incompatible with IE EDGE browsers

image of the problem hello, i am using p5.JS (0.10.2/p5.js) and having trouble with IE and Edge (Microsoft Edge 44.17763.831.0) browsers when it comes to dragging a shape (works fine on chrome). ...
Omer Dor's user avatar
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
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
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
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
0 votes
1 answer
2k views

Why does the color change when an image is copied from Edge and pasted into PowerPoint, Paint, Excel but not Word

We have a C# and JavaScript application that uses chart.js to create a chart. We have a requirement to copy that image to the clipboard to be pasted into PowerPoint. Because of security ...
Abbey Normal's user avatar
0 votes
1 answer
1k views

Unable to use 'createDataChanne' for RTCPeerConnection in IE/Edge - Are there any solutions?

The code below works great for Chrome/Firefox but fails in IE/Edge. I know it's not supported, but am wondering if there are any applicable work-a-rounds or solutions? I'm trying to make it cross-...
SrPhaux's user avatar
  • 53

15 30 50 per page