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

IE11: Section navigation issues #2827

Closed
Karthikeya212 opened this issue Feb 13, 2018 · 8 comments
Closed

IE11: Section navigation issues #2827

Karthikeya212 opened this issue Feb 13, 2018 · 8 comments
Labels

Comments

@Karthikeya212
Copy link

Issue 1: Autoswitch/Autoplay not working in a multi-section item.

Issue 2: Autoswitch/Autoplay not working in a playlist with multiple items.

Issue 3: Cannot navigate to other items in the playlist by clicking on the item. So, cannot play any other item in the playlist except the first.

@bkeese
Copy link
Contributor

bkeese commented Feb 13, 2018

IE11 is missing support for Array.from (at least). We need to polyfill, or avoid using spread. ( @adamjarling )

Object doesn't support property or method 'from'
plugin_playlist_items.js (24,165)

@bkeese
Copy link
Contributor

bkeese commented Feb 13, 2018

@adamjarling
Copy link
Contributor

Hmmm. Interesting. So Babel is being brought into the application through the 'sprockets-es6' gem, or whatever it's named. Can a gem be configured? In this case, like to include a polyfill? Or could we install the polyfill code directly into the application, before our application code is rendered?

https://babeljs.io/docs/usage/polyfill

@adamjarling
Copy link
Contributor

As a test, if you chucked this into the app, does it seem to fix whatever is breaking?

<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/6.26.0/polyfill.min.js"></script>

@bkeese
Copy link
Contributor

bkeese commented Feb 13, 2018

Yes. It does solve the problem.

@cjcolvar
Copy link
Member

@bkeese @joncameron @davidschober Did this ever get fixed?

@bkeese
Copy link
Contributor

bkeese commented May 23, 2019

Looks like babel-polyfill is coming in with sme package and also with the timeliner.

@joncameron
Copy link
Contributor

We'll need to retest this The package is there, and so it might be fine now.

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

No branches or pull requests

5 participants