Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Voxera115857yThat only works if you do not make money from the site.
If you make money you better service all potential customers since a competitor surly will :/
And IE11 and edge works fine, I have not had to do any special for them. -
@Voxera yeah I know, and I'm not doing it or so :D just.. would save some frustrations
IE11 and Edge are quiet good, still some issues, but not every customer of ours uses those latest versions, most use the 9 or older.. And those are the worst -
Voxera115857y@BertMaurau 9 is still bearable but older it really starts to loose it.
We fortunately get away with supporting 9+ but there are some features missing. -
@Voxera company runs IE11. It still sucks. Although some of that might have been compatibility mode...
-
Voxera115857y@demortes Yes, compatibility mode nullifies many of the improvements to handle old pages that do thing another way if they see IE and does not bother with version or feature checks.
If you need to support older versions there are libraries that offer lots of the newer functionality and that under the hood uses the most recent available features to do it.
Related Rants
// Snippet
if(isUsingEdgeOrIE(window.navigator.userAgent)){
window.location.assign("https://google.com/chrome/browser/");
}
*sigh*
People laugh at it when you say Internet Explorer is a Pain in the *ss to develop for, because they think it's just a cliché or some sort and think it's not that bad.. but no .. really.. F*ck IE.. :D It f*cked me over so many times..
"Oh Hey, I don't recognize this basic html attribute value you are using, so I'm not going to report an error in the console or so, ima let you search, sweat, get angry, .. Oh Hey, you're not using the right doctype? Let me crash your entire javascript functionality, .. Oh Hey, this CSS selector? I never heard of it.. "
undefined
please don't
browser support
ie