On a related note, you can email Microsoft to add your domain to the "needs Edge" list: https://docs.microsoft.com/en-us/microsoft-edge/web-platform... If you try to open a host from that list in IE11, it will open in Edge instead. The process really is just sending them an email, so I did it for my personal site which still received occasional IE11 traffic from "yesteryear's megacorp" IP ranges. I don't have enough…
Official IE11 end-of-life in 2 days
41–50 of 57 posts
Re: Official IE11 end-of-life in 2 days
#42As the linked FAQ states: "For supported operating systems, Internet Explorer 11 will continue receiving security updates and technical support for the lifecycle of the Windows version on which it is installed." and sadly IE11 came bundled with even Windows Server 2022, so if you're creating a website for users who spend all their time administrating Windows servers, you still have to support IE11...
Re: Official IE11 end-of-life in 2 days
#43Re: Official IE11 end-of-life in 2 days
#44Firefox/Gecko at least does a workaround for handling quotation marks (though it is rather hacky, because it always copies them as a standard ASCII double quotation mark instead of whatever typographically more appropriate character the page might actually be using, and it always adds both opening and closing quotation marks even if the selection only straddles one of them), but gives up for free-form text added via "content:", and Blink and presumably also Webkit don't handle that kind of content at all.
[1] I've already forgotten how the old Edge based on EdgeHTML handled that scenario.
Re: Official IE11 end-of-life in 2 days
#45Earlier quoted context omitted.
But they would also have Edge installed in Windows Server 2022. It's a very small population that has a trivial workaround: use the _default_ default browser that came with the server operating system.
Except that new browser won’t support Active-X or Java applets. Yes those still exist. Yes they are needed. Yes I have to support them. Pity me.
https://docs.microsoft.com/en-us/deployedge/edge-ie-mode
We've tested this at my company that hasn't finished getting rid of java applets and it is taking place of IE until we're done with migrating away from them.
Re: Official IE11 end-of-life in 2 days
#46Great news! What is the next big piece of software that needs to be retired to make the Internet a better place?
Outlook/Exchange.
Re: Official IE11 end-of-life in 2 days
#47As the linked FAQ states: "For supported operating systems, Internet Explorer 11 will continue receiving security updates and technical support for the lifecycle of the Windows version on which it is installed." and sadly IE11 came bundled with even Windows Server 2022, so if you're creating a website for users who spend all their time administrating Windows servers, you still have to support IE11...
That is a stretch; Windows Server 2022 includes Edge. And any Server 2022 user who goes out of their way to make IE11 the default should probably be fired.
Re: Official IE11 end-of-life in 2 days
#48Earlier quoted context omitted.
Except that new browser won’t support Active-X or Java applets. Yes those still exist. Yes they are needed. Yes I have to support them. Pity me.
Edge has an IE mode which is essentially hosting a trident control in an edge host so you can still stop using iexplore.exe and use this as your exception case. https://docs.microsoft.com/en-us/deployedge/edge-ie-mode We've tested this at my company that hasn't finished getting rid of java applets and it is taking place of IE until we're done with migrating away from them.
Re: Official IE11 end-of-life in 2 days
#49On a related note, you can email Microsoft to add your domain to the "needs Edge" list: https://docs.microsoft.com/en-us/microsoft-edge/web-platform... If you try to open a host from that list in IE11, it will open in Edge instead. The process really is just sending them an email, so I did it for my personal site which still received occasional IE11 traffic from "yesteryear's megacorp" IP ranges. I don't have enough…
I prefer to let IE11 users just sit there wondering why the webpage is not working.
Re: Official IE11 end-of-life in 2 days
#50As the linked FAQ states: "For supported operating systems, Internet Explorer 11 will continue receiving security updates and technical support for the lifecycle of the Windows version on which it is installed." and sadly IE11 came bundled with even Windows Server 2022, so if you're creating a website for users who spend all their time administrating Windows servers, you still have to support IE11...