Internet Explorer 11: “Don’t call me IE”
nczonline.net
Internet Explorer 11: “Don’t call me IE”
1–10 of 190 posts
Re: Internet Explorer 11: “Don’t call me IE”
#2Re: Internet Explorer 11: “Don’t call me IE”
#3[deleted]
Re: Internet Explorer 11: “Don’t call me IE”
#4Re: Internet Explorer 11: “Don’t call me IE”
#5this is good news. it will no longer stop IE users from visiting those sneaky sites who block users for using IE. it also makes it clear that Microsoft is finally serious about making a good browser that people WANT to use. now if they make their developer tools anywhere as good as firebug they'll have a winner. hiring some of the firebug team might be a good idea.
Some of it appears to be parity with existing dev tools for other browsers, but it looks like some very welcome improvements.
Re: Internet Explorer 11: “Don’t call me IE”
#6MS doesn't want isIE() javascript functions to return true for IE11. While feature detection is a better practice than browser detection, you can search for "Trident" in the user agent string instead of "MSIE" if you must.
Re: Internet Explorer 11: “Don’t call me IE”
#7"Windows NT 6.3; Trident/7.0; rv 11.0"
Re: Internet Explorer 11: “Don’t call me IE”
#8If they change the UA, why didn't they take this opportunity to get rid of these ridiculously long UA's that mention competing browser brand names, and just make their UA string the following: "Windows NT 6.3; Trident/7.0; rv 11.0"
Re: Internet Explorer 11: “Don’t call me IE”
#9[deleted]