Skip to main content

All Questions

0 votes
1 answer
668 views

Is there any way to force some pages use Edge Chromium mode and others Edge IE11 mode?

The project that I'm working on must be compatible with IE11 however some of the pages can work fine with Chrome but only if Edge can be somehow hinted to not load certain page in IE mode. I'm curious ...
cvertee's user avatar
0 votes
1 answer
778 views

Website only works on Internet Explorer Enterprise Mode

I was wondering if someone could please give me some advice on how I could make my older website compatible to run on the most popular modern browsers (Chrome, Firefox)? It currently works fine on ...
Thomas Edward King King's user avatar
0 votes
1 answer
588 views

Javascript - What is alternative to find function?

I am using find () function for one of my project. Official document https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find says that Internet Explorer is not ...
Dharmisha Doshi's user avatar
0 votes
1 answer
35 views

jqGrid not working in IE7, 8, 9 but it works when use F12

My jqGrid not showing in IE7, 8, 9 at all. HOWEVER, IT WORKS ONLY WHEN I TURN ON THE F12(DEVELOPER MODE IN IE)! Of course I cannot check console log because when I use F12 it works fine... It may not ...
Cosmoqueller's user avatar
0 votes
1 answer
190 views

css filter not applying in IE11

To Apply color for bootstrap 2.3.2 Icons, I am using filter property in CSS. This works good in all browsers except IE11. .apply-color { filter: opacity(0.5) drop-shadow(0 0 0 blue); } How can we ...
Karthik Dheeraj's user avatar
0 votes
0 answers
59 views

How to fix IE layout issue User Interface design (flexlayout, scss and angular)

I would like to seek assistance on making a x-browser compatibility UI. Im currently writing a component using angular flexlayout and scss to a certain design..i wanted to achieve this design ...
nhoyti's user avatar
  • 1,857
0 votes
1 answer
52 views

Animating SVG on a curved path in Internet Explorer

I'm trying to animate along a path based on this post: move SVG group on path trail based on percentage of whole path trail It works beautifully in all browsers but Internet Explorer. I've read lots ...
MartyGeeWhiz's user avatar
1 vote
0 answers
63 views

IE11/Edge solution for ...rest (Javascript) [duplicate]

I have the following code, which is working perfectly in Chrome/FF, but in IE/Edge I am getting an error. var infoOut = infoIn.map(function (_ref) { var Details = _ref.Details, rest = ...
pixelcreated's user avatar
0 votes
1 answer
140 views

Unable to run the following js code in IE11 or IE9

I've made a simple html page with some js code, i've used all vanilla JS and checked to be using all compatibile functions with IE. The issue is that the following page runs in Google Chrome as it ...
Kasper Juner's user avatar
1 vote
1 answer
585 views

IE Console Error: SCRIPT438: Object doesn't support property or method 'from'

I have a function on my site that takes a array of email strings and removes any duplicates. But it doesn't work on ie because of my use of the Array.from method. How can I convert to following code ...
Reece's user avatar
  • 2,651
0 votes
0 answers
89 views

Angular 8 IE not binding html element using *ngFor

I have a servcie call which takes the list of product list and display the popup on clicking on button action. <td *ngFor="let productlist of pillarProductList" class="border-right-...
VSN's user avatar
  • 2,361
1 vote
0 answers
192 views

Getting Rid/Replacing ActiveX Functions

We are in the process of trying to make an old add-on that used ActiveX into a cross-browser solution (since currently only IE supports ActiveX). The only functions that are utilizing ActiveX are the &...
toastietales's user avatar
0 votes
1 answer
383 views

Solving compatibility issues running javascript reduce() method on IE8

Hi I have a web program that I need to run in IE8. On IE8 the javascript reduce method is not supported directly so I transferred in the Polyfill for the reduce method as mentioned here: IE/JS: reduce ...
olliejjc16's user avatar
0 votes
1 answer
507 views

Floating image and text wrap for order list

It there any way to make the bullet looks normal in IE11 with floating image and text-wrap? Below is the screen for chrome (Ideal): Below is the screen for IE11: <style> img { float: left; ...
lewishole's user avatar
  • 563
0 votes
2 answers
680 views

angular 8 application UI not rendering in IE

Hi I have an application in angular8, which is working fine in all the browser but not in IE. i have tried many solutions available online but it didn't worked out so far, here is my polyfills.ts :- ...
Sourav Tomar's user avatar

15 30 50 per page
1
2 3 4 5
77