Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Compatibility with IE 11? #69

Open
vdeparday opened this issue Dec 9, 2016 · 6 comments
Open

Compatibility with IE 11? #69

vdeparday opened this issue Dec 9, 2016 · 6 comments

Comments

@vdeparday
Copy link
Member

We still have IE 11 by default at the World Bank and the client is not loading. What is your plan with supporting IE? Can we go back to IE 11 or it is too old? I think if we wait a little they are updating all of us to Windows 10 so I guess we will get a new version of IE then ? Depends on the timing for when this client will replace the other one.

image

@bartvde
Copy link
Collaborator

bartvde commented Dec 9, 2016

it should work and be supported on IE11, anything in the console?

@vdeparday
Copy link
Member Author

So looking a bit more into it:
http://client.geonode.org/#map=9783.93962050256/-8855994.1/4469502.35/0 works
but not http://geonode.terranodo.io/maps/new#map=152.8740565703525/-13007518.41/3902798.23/0 maybe the second is not with the last version? It is just links that @jj0hns0n sent to me.

In the second case I get the following error in the console:
SCRIPT438: Object doesn't support property or method 'assign'
File: composer.min.js, Line: 35, Column: 10586

@bartvde
Copy link
Collaborator

bartvde commented Dec 9, 2016

ah right, it either needs a polyfill in IE for Object.assign, or maybe indeed the newer version solves it.

@milafrerichs can you update on the versions used on those 2 instances?

Either way, should be an easy fix and not a showstopper

@bartvde
Copy link
Collaborator

bartvde commented Dec 12, 2016

right I can see the second url doesn't have the url to polyfill.io included

@bartvde
Copy link
Collaborator

bartvde commented Dec 12, 2016

alternatively we can use babel-plugin-transform-replace-object-assign so that the polyfill isn't needed anymore

@d3netxer
Copy link

I tested on IE 11. The basic functions are working for me including panning, zooming, and clicking on features. However when I click on the button to access the table of a layer in the sidebar the interface pauses and stops being responsive.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants