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

Header Video In .m4v Format Doesn't Play In Ie 11

I have a problem that IE11 isn't playing my html5 video tag video. I've tried other browser… Read more Header Video In .m4v Format Doesn't Play In Ie 11

Input Scrollleft Never Changes In Ie11

I'm not sure if I'm going crazy or if this is a bug in IE11. Open this demo in IE11: http:… Read more Input Scrollleft Never Changes In Ie11

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

Internet Explorer 11 : Object Doesn't Support Property Or Method 'isinteger'

i have this error in internet explorer console ' Object doesn't support property or method … Read more Internet Explorer 11 : Object Doesn't Support Property Or Method 'isinteger'

Menu In Wp Doesnt Show In Ie-11

I have the next site: id.factor.ua If you open it in IE-11, you cannot see sub-menu in header. Pl… Read more Menu In Wp Doesnt Show In Ie-11

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?

Ie11 Textarea Loses Focus If Another Textarea Is Disabled

In this fiddle, using ie11 with open Console, input something into any textarea and then click into… Read more Ie11 Textarea Loses Focus If Another Textarea Is Disabled

Ie 11 Error - Access Is Denied - Xmlhttprequest

I'm having a peculiar error with IE11 and ajax. For nearly all the requests I make using the co… Read more Ie 11 Error - Access Is Denied - Xmlhttprequest

Angularjs Dynamic Download From Response

I have written a directive based on Scott's answer. You'd use it like so: Solution 1: Prob… Read more Angularjs Dynamic Download From Response

Why Notification Message Is Not Working In Ie11

I am trying to show a notification message in IE11, But not working. Any other method is there for … Read more Why Notification Message Is Not Working In Ie11

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

Internet Explorer 11 Computed Timezone Bug

I am aware of the origin of the problem and googled like half a day, but still couldn't find an… Read more Internet Explorer 11 Computed Timezone Bug

Ie11 Truncates String In Console

I have a string of maybe 20 or 30 lines i'd like to output to the console all in one console.lo… Read more Ie11 Truncates String In Console

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)

How Do I Get Base64 Encoded Image From Clipboard In Internet Explorer?

I searched a lot but didnt find getting base64 encoded data from clipboard. I can catch paste event… Read more How Do I Get Base64 Encoded Image From Clipboard In Internet Explorer?

Google Maps Api Geojson Not Working With Ie 11, But Works In Chrome

I have a google map that loads markers from a GeoJSON file that runs on localhost in Visual Studio … Read more Google Maps Api Geojson Not Working With Ie 11, But Works In Chrome

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

Fetch Polyfill In React Not Completely Working In Ie 11

This fetch works fine in Chrome: fetch( this.props.url, {credentials:'same-origin'}) .t… Read more Fetch Polyfill In React Not Completely Working In Ie 11

Can You Detect "tablet Mode" In Edge And Ie11 Using Javascript On Windows 10?

I am thinking of making my UI to dynamically change to a more touch-friendly layout when the user s… Read more Can You Detect "tablet Mode" In Edge And Ie11 Using Javascript On Windows 10?

Ie11-facing Issue While Calling Focus() On Window Object

Trying to run a following simple code on IE11 browser: Popup Example Read more Ie11-facing Issue While Calling Focus() On Window Object