-
Notifications
You must be signed in to change notification settings - Fork 22
Content on lazily loaded pages not fully styled #19
Comments
I have the same problem! |
I have the same problem. I investigated a little further, but since I'm fairly inexperienced with Polymer (esp the newer versions), I didn't get very far. Again, I am not very versed in this but I looked around the developer tools and it seems it imports the element's .html just fine but for some reason it doesn't get parsed or the styles don't get applied. These were just my observations, I hope this helps. |
I also have problems when I import a "theme" file (with custom properties). |
Maybe related: Polymer/polymer#3665 |
Root caused this to a problem that only occurs when lazy-loaded elements also depend on global Logged an issue on Polymer here: Polymer/polymer#3705 |
I have same issue, any temporary solution until next release ? |
I think Polymer 1.6.0 fix it. :) |
Yep, 1.6.0 fixes it indeed. I think it should be closed. |
Maybe I'm not understanding the necessary steps to fully use the lazy load, but I'm having an issue...
If I add a paper-card to one of the lazily loaded pages, even though I import paper-card in that view, full styling is not applied. (in the case of paper-card, no shadows or elevation). Even though paper-card is only being used in the child view, I have to explicitly import it in the shell file (my-app.html) for it to work properly in the lazily loaded child view.
steps with polymer cli:
full styling does not display
The text was updated successfully, but these errors were encountered: