geonode-client
geonode-client copied to clipboard
Compatibility with IE 11?
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.
it should work and be supported on IE11, anything in the console?
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
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
right I can see the second url doesn't have the url to polyfill.io included
alternatively we can use babel-plugin-transform-replace-object-assign
so that the polyfill isn't needed anymore
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.