geonode-client icon indicating copy to clipboard operation
geonode-client copied to clipboard

Compatibility with IE 11?

Open vdeparday opened this issue 8 years ago • 6 comments

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

vdeparday avatar Dec 09 '16 16:12 vdeparday

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

bartvde avatar Dec 09 '16 16:12 bartvde

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

vdeparday avatar Dec 09 '16 17:12 vdeparday

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 avatar Dec 09 '16 17:12 bartvde

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

bartvde avatar Dec 12 '16 13:12 bartvde

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

bartvde avatar Dec 12 '16 14:12 bartvde

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.

d3netxer avatar Jan 18 '17 22:01 d3netxer