Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internet Explorer - DOMException Invalid State #48

Open
jseppi opened this issue Dec 1, 2015 · 2 comments
Open

Internet Explorer - DOMException Invalid State #48

jseppi opened this issue Dec 1, 2015 · 2 comments

Comments

@jseppi
Copy link

jseppi commented Dec 1, 2015

During the first ajax request after adding a utfGrid layer to a map, Internet Explorer (v11.0.9600) throws a DOMException: InvalidStateError.

I believe the problem is due to setting request.timeout after request.send() has already been called (ref: c58e15a?diff=unified#diff-9c205830311c365520ac7b1989ab3d3bR296).

The dist/leaflet.utfgrid.js from the parent commit (f82bf1b) works as expected in IE.

jseppi added a commit to TNRIS/iswp2017 that referenced this issue Dec 1, 2015
Problem with utfGrid not working in IE is due to bug documented at danzel/Leaflet.utfgrid#48
@danzel
Copy link
Owner

danzel commented Dec 7, 2015

@sambernet ^^ You did this change I think, could you take a look please?

@sambernet
Copy link

unfortunately I was moved away from the project and don't have access to a testbed at the moment. If someone can make a plunkr showcasing the problem I'll sure have a shot at it. At least I have access to IE11 :-)

Be aware that this might take some time, though, as I'm now on another project with an extremely tight roadmap. No christmas holidays whatsoever...

maurizi added a commit to azavea/transit-analyst that referenced this issue Mar 2, 2016
The latest version ofLeaflet.utfgrid is broken on IE11
(danzel/Leaflet.utfgrid#48)

Downgrading to the version prior to the breaking change seems to fix the
issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants