[openstreetmap/openstreetmap-website] OSM map no longer loads in IE11 (Issue #3387)

Andy Allan notifications at github.com
Wed Dec 1 13:35:52 UTC 2021


I've opened #3388 as a workaround while we make the bigger decision on IE11 support.

As far as I understand it, we can do two things:

1) Keep using the latest versions of locatecontrol, and drop support for IE11 completely. This also means we can remove the es6 shim, and start using es6 things in our own JS code.
2) Set up a transpilation pipeline (e.g. via webpacker) to convert the es6 code into es5 code before it's sent to the browser.

I think 2) sounds like a lot of work for a small number of end users, but I don't know how small that number is. I think 1) would be my medium-term goal, but then we need to decide if that happens either now, in the medium term (e.g. mid 2022?) or in the long term (after all, we supported ie8 etc for quite some time after they were obsolete).

So I'm interested in what other people think about a) the options and b) the timeline.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/3387#issuecomment-983647879
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20211201/ac995fb6/attachment.htm>


More information about the rails-dev mailing list