Support for ES6 in Internet Explorer 11

The statement from Microsoft regarding the end of Internet Explorer 11 support mentions that it will continue to receive security updates, compatibility fixes, and technical support until its end of life. The wording of this statement leads me to believe that Microsoft has no plans to continue adding features to Internet Explorer 11, and instead … Read more

Prevent IE11 caching GET call in Angular 2

For Angular 2 and newer, the easiest way to add no-cache headers by overriding RequestOptions: import { Injectable } from ‘@angular/core’; import { BaseRequestOptions, Headers } from ‘@angular/http’; @Injectable() export class CustomRequestOptions extends BaseRequestOptions { headers = new Headers({ ‘Cache-Control’: ‘no-cache’, ‘Pragma’: ‘no-cache’, ‘Expires’: ‘Sat, 01 Jan 2000 00:00:00 GMT’ }); } Module: @NgModule({ … … Read more

IE11 Document mode defaults to IE7. How to reset?

By default, IE displays webpages in the Intranet zone in compatibility view. To change this: Press Alt to display the IE menu. Choose Tools | Compatibility View settings Remove the checkmark next to Display intranet sites in Compatibility View. Choose Close. At this point, IE should rely on the webpage itself (or any relevant group … Read more

Detecting IE version using CSS Capability/Feature Detection

In the light of the evolving thread, I have updated the below: IE 6 * html .ie6 {property:value;} or .ie6 { _property:value;} IE 7 *+html .ie7 {property:value;} or *:first-child+html .ie7 {property:value;} IE 6 and 7 @media screen\9 { .ie67 {property:value;} } or .ie67 { *property:value;} or .ie67 { #property:value;} IE 6, 7 and 8 @media … Read more

Internet Explorer 11 disable “display intranet sites in compatibility view” via meta tag not working

Make sure: <meta http-equiv=”X-UA-Compatible” content=”IE=edge”> is the first <meta> tag on your page, otherwise IE may not respect it. Alternatively, the problem may be that IE is using Enterprise Mode for this website: Your question mentioned that the console shows: HTML1122: Internet Explorer is running in Enterprise Mode emulating IE8. If so you may need … Read more

Why doesn’t Internet Explorer 11 honour conditional comments even when emulating Internet Explorer 8 document mode?

According to Jacob Rossi [MSFT] This should be fixed in Update 1 for IE11, released last week. That was posted on April 22, 2014. In running a few tests myself it does appear that this was fixed and all is running smoothly again for testing the most amazing browser ever produced…Internet Explorer!

IE11 – does a polyfill / script exist for CSS variables?

Yes, so long as you’re processing root-level custom properties (IE9+). GitHub: https://github.com/jhildenbiddle/css-vars-ponyfill NPM: https://www.npmjs.com/package/css-vars-ponyfill Demo: https://codepen.io/jhildenbiddle/pen/ZxYJrR From the README: Features Client-side transformation of CSS custom properties to static values Live updates of runtime values in both modern and legacy browsers Transforms <link>, <style>, and @import CSS Transforms relative url() paths to absolute URLs Supports chained … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)