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 11 support #618

Closed
4 tasks
howtimeflies0 opened this issue May 1, 2017 · 8 comments
Closed
4 tasks

Internet Explorer 11 support #618

howtimeflies0 opened this issue May 1, 2017 · 8 comments
Assignees
Milestone

Comments

@howtimeflies0
Copy link

howtimeflies0 commented May 1, 2017

*** ISSUES ***

  • Sliders in interactive layer explorer doesn't work

Various data worker in our gallery examples do not work

  • IE doesn't support template literals
  • IE doesn't support shorthand property names

Things we need to do:

@ibgreen
Copy link
Collaborator

ibgreen commented May 1, 2017

IE doesn't support template literals
IE doesn't support shorthand property names

Sounds like these haven't been transpiled? Maybe an easy fix?

@ibgreen ibgreen added this to the v4.1 milestone May 4, 2017
@ehallq
Copy link

ehallq commented Aug 11, 2017

Hi
I am currently developing a application with deck.gl and it works really good! But I really need IE11 support. What is the status of this issue? I can see that this is a milestone set for v4.1, and v4.1 was released 15 days ago. Should I be prepered to wait 1 week, 1 month or a year for IE11 to get support? I just want to be able to get some kind of estimate :)

@ibgreen
Copy link
Collaborator

ibgreen commented Aug 11, 2017

@ehallq There are no specific plans. But if the issues are small, we might be able to address them in a patch release to deck.gl 4.1 (best case within a couple of days).

A great way to help us would be to let us know what problems you are seeing. Are they the same as listed in this issue? Did fix #702 not address them?

IE11 is not one of our primary environments. We mainly want to support IE11 (as the one exception to our focus on "evergreen" browsers) for the benefit external users such as yourself - to ensure we have a reasonable coverage of browsers for people building web apps on deck.gl. So any help will be appreciated!

@jkchen777atgmail
Copy link

jkchen777atgmail commented Aug 11, 2017 via email

@kktam
Copy link

kktam commented Aug 14, 2017

There seemed to be some problem with trans-piled output.

for example in the Arc Example, the error is located at bundle.js

line 74974
var pageLoadPromise = isBrowser ? new Promise(function (resolve, reject) {
  window.onload = function () {
    isPageLoaded = true;
    resolve(document);
  };
}) : Promise.resolve({});
SCRIPT5009: 'Promise' is undefined
File: bundle.js, Line: 74974, Column: 1

This error is captured in IE 11 Version 11.0.9600.18617

@1chandu
Copy link
Contributor

1chandu commented Nov 7, 2017

Verify on IE-11 to get feel of all issues.

@athomann
Copy link

I'd be happy to work on this issue. Anyone be able to point me in the right direction. Also looks like https://deck.gl doesn't load on IE 11.

@tsherif
Copy link
Contributor

tsherif commented Sep 18, 2019

Thanks for offering to help @athomann! This was an issue in luma.gl and has already been resolved in visgl/luma.gl#1238. The fix will be released in deck.gl v7.3 later this week.

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

No branches or pull requests