-
Notifications
You must be signed in to change notification settings - Fork 2k
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
dom-repeat using select and option tags not working on IE11 #1735
Comments
I don't know if this will help, but it's worth a shot. |
The problem here is that IE's parser doesn't think https://www.polymer-project.org/1.0/docs/#binding-features @robrez is correct that we had a workaround for this issue in 0.5. We don't have it yet for 1.0. One option is to use a custom element instead of the |
Ok, thank you |
is there a date when this issue will be fixed? |
oh why people are still using IE :)? |
@DominikMayrhofer Selects are easy enough to work around:
Tables are virtually the same, but possibly more arduous |
it's been quite some time was this ever fixed? |
@ssshake no word, it got labelled 'enhancement/needs discussion' by a Polymer team member. Will have to wait and see. Re-rendering on item changes is definitely a pain point. |
hey there, we've authored a polymer component that works around this select in IE issue pretty well (at least we think so). We'd really love some feedback. https://github.com/vehikl/polymer-select-with-options |
…e with table and select elements in Internet Explorer. See Polymer bugs: Polymer/polymer#1735 and Polymer/polymer#1567
@ssshake thanks for sharing the solution for |
This could be another way: https://github.com/Juicy/juicy-select |
Is this still an issue in Polymer 2? |
Still an issue with Polymer 2. Please fix. |
Is this issue still not fixed ? Any suggestion ? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
That's a very intelligent question. I also feel the same way, in fact why IE is still there. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This works on chrome, safari 8 and firefox, but no in ie11
To test it use this simple html file
The text was updated successfully, but these errors were encountered: