-
Notifications
You must be signed in to change notification settings - Fork 52
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
Paper-tabs in Flexbox #29
Comments
+1 - I tested my app in IE11 today and saw this issue. I made a couple of observations:
I'm not sure if
|
I found this PR that has made the changes I noted, above, to address flex-basis problems in IE. PolymerElements/iron-flex-layout#9 It looks like the issues are not limited to paper-tabs Edit: Everything works well after applying the changes from that PR except that I still need to apply paper-tab.html applies --layout-flex to :host...
... and --layout-flex uses flex-basis: tiny; |
This looks like it may have been fixed in a recent PR. Please re-open if it's still an issue! |
Repro'ed here: http://jsbin.com/sozekajoti/edit?html,js,output |
Rebased my PR #50 |
When using paper-tabs (Polymer 1.0) inside a flexbox without a specific width, they disappear in IE (10 as well as 11).
Any solution as I guess I should be able to use it this way (I'm very new to Polymer).
The text was updated successfully, but these errors were encountered: