Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Ensure the demo works in browsers that don't support SW #10

Open
jeffposnick opened this issue Apr 23, 2015 · 4 comments
Open

Ensure the demo works in browsers that don't support SW #10

jeffposnick opened this issue Apr 23, 2015 · 4 comments
Assignees

Comments

@jeffposnick
Copy link
Contributor

It's a little hard to test outside of Chrome right now, because something Polymer-related (I think <template is="x-repeat"> isn't happy), but prior to launch, make sure that the demo works in browsers without SW support. This will likely mean bringing in the fetch and Promise polyfills.

@jeffposnick jeffposnick self-assigned this Apr 23, 2015
@wibblymat
Copy link
Contributor

Ha, I just came in to the issues to add this very same thing :)

@jeffposnick
Copy link
Contributor Author

I've added a window.fetch() polyfill for the demo in #38 and Firefox is now happy.

The issue with Internet Explorer has to do with https://www.polymer-project.org/0.5/docs/polymer/databinding-compat.html#elements-that-cant-contain-a-template

Unfortunately, there's no Polymer 1.0 equivalent of the template attribute, so getting the demo working with IE is on hold until that's supported.

@notwaldorf
Copy link
Contributor

@jeffposnick Is this still a problem? We're trying to triage open issues and don't really know the status of this. Please change the priority if you think it's wrong!

@jeffposnick
Copy link
Contributor Author

It's still an issue with the demo as constructed and certain versions of IE, yup. A "backlog" label seems appropriate, as it doesn't involve any consequential breakage, and it's a reminder to me that the demo could be rewritten to avoid using a <select>.

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

No branches or pull requests

3 participants