Earlier quoted context omitted.
If the task is just "keep this working", I could see plenty of people being alright with not making major changes to a codebase. It pays the bills, and that's all a good number of people care about.
And that is all they should care about if the product is EOL. Good software engineering is all about building something that meets current business needs while being flexible enough to adapt to future needs. When you lose this flexibility, you need to refactor or changes become too difficult to implement. IE11 isn’t getting any new features. It’s in maintenance mode. Cleaning up the code in major ways at this point w…
Internet Explorer 11 (IE11) to be retired on June 15, 2022
211–220 of 304 posts
Re: Internet Explorer 11 (IE11) to be retired on June 15, 2022
#212Earlier quoted context omitted.
But Gmail is already a web app, and only supports a tiny subset of modern HTML and CSS. The limitation is of course arbitrary, it could in theory support any modern standards. But HTML mail is so quirky and full of hacks, that they probably have to do it that way to preserve compatibility. Apple's Mail app is one of the few modern mail clients that can render modern HTML/CSS
> Apple's Mail app is one of the few modern mail clients that can render modern HTML/CSS That's kinda funny given how my Calendar.app event notes are just full of unparsed HTML tags Though I don't know which is worse, putting HTML in calendar invite descriptions, or refusing to render basic tags.
Re: Internet Explorer 11 (IE11) to be retired on June 15, 2022
#213Earlier quoted context omitted.
More RAM or worse performance? I doubt it, given the COM addons my employer stuffs in my Outlook client. Zipmail among others.
If you want to switch to this, PWA install is available for Outlook Web App right now (just sign into outlook.office.com and click on the plus button that appears in the address bar in Edge or Chrome). If you don't have any crazy mail needs it works fine.
Re: Internet Explorer 11 (IE11) to be retired on June 15, 2022
#214Earlier quoted context omitted.
Firebird
Wasn't that the email client?
Re: Internet Explorer 11 (IE11) to be retired on June 15, 2022
#215By moving to Microsoft Edge, you get everything described above plus you’ll be able to extend the life of your legacy websites and apps well beyond the Internet Explorer 11 desktop application retirement date using IE mode. Internet Explorer mode in Microsoft Edge will be supported through at least 2029. While IE11 as an independent program is going away, the rendering engine is still around for 8+y. Here's hoping th…
Imagine being the engineer who has to keep maintaining the IE codebase for the next 8 years. [shudders]
That being said, our company is deprecating IE11 support in October and I already have the PRs ready to rip out some of the code that bloats our JS/CSS with polyfills.
Re: Internet Explorer 11 (IE11) to be retired on June 15, 2022
#216Earlier quoted context omitted.
Too lazy to look but I believe someone in a vm went from windows 1.0 to windows 7 (with all upgrades in between) and some of their personalization options from 1.0 (or maybe 3.11) were still present in 7. Insane!
https://youtu.be/l60HHWWo9z4 There are also timelapses for those not into having a multi-hour windows nostalgia marathon.
Re: Internet Explorer 11 (IE11) to be retired on June 15, 2022
#217> Internet Explorer 11 desktop application will be retired ... on ... Woo. And, indeed, hoo. > for certain versions of Windows 10 Ah. And there begineth the weasle words. I'm guessing there will be significant organisations in finance/wealth management (our general area) and other industries that will still demand IE11 support for some time after that date. I think first a combination of our move towards "more smalle…
Re: Internet Explorer 11 (IE11) to be retired on June 15, 2022
#218Earlier quoted context omitted.
And that is all they should care about if the product is EOL. Good software engineering is all about building something that meets current business needs while being flexible enough to adapt to future needs. When you lose this flexibility, you need to refactor or changes become too difficult to implement. IE11 isn’t getting any new features. It’s in maintenance mode. Cleaning up the code in major ways at this point w…
If I was in that position and had nothing else to do, why not leisurely refactor and clean up the code in a piecemeal fashion?
Re: Internet Explorer 11 (IE11) to be retired on June 15, 2022
#219Earlier quoted context omitted.
There are good reasons to reject a lot of it. You don't want JS running in an email for example. Or even some of the fancier CSS abilities.
But then why have HTML email at all? You could just write in markdown.
Re: Internet Explorer 11 (IE11) to be retired on June 15, 2022
#220Earlier quoted context omitted.
What does it matter? Your users will just run it in Edge using IE11 compatibility mode, which "will be supported through at least 2029". I see no devastation here...
Not sure if Java apps will run in IE Mode?