Skip to content Skip to sidebar Skip to footer
Showing posts with the label Internet Explorer 11

Polymer Serve Changes The Served Javascript Files For Internet Explorer 11. How To Make It Work On Another Web Server?

When testing our polymer 2.01 / webcomponents 1.01 Application on Internet Explorer 11 we found out… Read more Polymer Serve Changes The Served Javascript Files For Internet Explorer 11. How To Make It Work On Another Web Server?

Internet Explorer Cross Domain: Not Sending Preflight

I've found several similar threads. However, none have yet seemed to work. Problem In our curr… Read more Internet Explorer Cross Domain: Not Sending Preflight

Strange Behaviour With Spliting A String In Javascript

I am trying to do something relatively simple. I have a date in this format dd/MM/yyyy eg: var newD… Read more Strange Behaviour With Spliting A String In Javascript

Force Ie 11 "user Agent String" Using Tags

My website is broken in IE11. We all know that HTML tags allow developer to force IE compatibility… Read more Force Ie 11 "user Agent String" Using Tags

Internet Explorer Draws Svg Incorrectly When Updating Xlink:href For A Element

https://jsfiddle.net/swoq9g3f/1/ I am having a problem where a simple SVG is drawn incorrectly in I… Read more Internet Explorer Draws Svg Incorrectly When Updating Xlink:href For A Element

Detect When Ie11, With Its Built-in Memory Leak, Runs Out Of Memory (1.5gb Recyclable Pool)

IE11 has a well-documented iframe memory leak. In a SPA, if you are using iframes the memory will g… Read more Detect When Ie11, With Its Built-in Memory Leak, Runs Out Of Memory (1.5gb Recyclable Pool)

Ie11 Fails With "netscape Is Not Supported Please Used Internet Explorer" Error When Launch By Selenium

I have a quite old website to be maintained, supports IE8 and above. Now I've a plan to do some… Read more Ie11 Fails With "netscape Is Not Supported Please Used Internet Explorer" Error When Launch By Selenium

Angular 5 + How To Move The Cursor Character By Character Using Keyboard Left/right Options In Ie 11

I am using Angular 5 with Ag-Grid Enterprise Addition. I am using IE11 browser. Unfortunately in th… Read more Angular 5 + How To Move The Cursor Character By Character Using Keyboard Left/right Options In Ie 11

Javascript In Ie11 Giving Me Script Error 1003

I have a site with an accordion and some javascript. In Firefox everything is working as it should,… Read more Javascript In Ie11 Giving Me Script Error 1003

On Ie 10+, Will Document.referrer Be Blank When Read Inside An Iframe?

On all other recent browsers, reading document.referrer from an app which runs inside an iframe wou… Read more On Ie 10+, Will Document.referrer Be Blank When Read Inside An Iframe?

Optimize Scroll Speed For Internet Explorer 11

I currently have an agenda-like application where the first column is absolute horizontal and the f… Read more Optimize Scroll Speed For Internet Explorer 11

Ie 10, 11. How To Prevent The Triggering Of Input Events On Focus From Text Input With Placeholder?

In IE 11 if I have an empty email input with a placeholder, then on clicking (focusing) it, the inp… Read more Ie 10, 11. How To Prevent The Triggering Of Input Events On Focus From Text Input With Placeholder?

How To Create IE11 Bundles With Webpack 5 And Babel 7

How can we compile modern JavaScript into backwards-compatible JavaScript bundles that can be used … Read more How To Create IE11 Bundles With Webpack 5 And Babel 7

Internet Explorer Returning Wrong Length Of String

I've ran into a possible bug with IE where calling the JavaScript .length function returns a va… Read more Internet Explorer Returning Wrong Length Of String

How To Create IE11 Bundles With Webpack 5 And Babel 7

How can we compile modern JavaScript into backwards-compatible JavaScript bundles that can be used … Read more How To Create IE11 Bundles With Webpack 5 And Babel 7

Object Doesn't Support Property Or Method 'findIndex' IE11 Javascript Issue

I have an AngularJS application that is giving me some issues in Internet Explorer 11 - In my admin… Read more Object Doesn't Support Property Or Method 'findIndex' IE11 Javascript Issue

Javascript Code For Input Range Slider Not Working In Internet Explorer 11

This is my html code And the javascript code for it is var slider = document.getElem Solution 1… Read more Javascript Code For Input Range Slider Not Working In Internet Explorer 11

Prevent Div From Scrolling To Top When Inner Div Is Given Focus - IE 11

I have an outer div with style.overflow set to auto. It contains a larger child div which causes th… Read more Prevent Div From Scrolling To Top When Inner Div Is Given Focus - IE 11