This repository was archived by the owner on Dec 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Paper-tabs in Flexbox #29
Labels
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 was referenced Aug 14, 2015
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 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: