Questions tagged [polymer-1.0]

User this tag for questions specific to version 1 of Google's web components library, Polymer.

Polymer 1.0 is the first production-ready release of Google's web components library, . It was released at Google I/O on May 29, 2015.

2366 questions
9
votes
2 answers

How to querySelector elements of an element's DOM using Polymer

I have my element :

first paragraph

and I use it like

second paragraph

in my imperative…
vdegenne
  • 12,272
  • 14
  • 80
  • 106
9
votes
2 answers

Polymer 1.0 - Where is the old core list?

One of the issues I'm having with the new polymer release is identifying which components are replacing the old ones. In the case of the old componente core-list, I cannot find the equivalent for the new release. Does anyone know which element…
fray88
  • 820
  • 1
  • 7
  • 23
8
votes
2 answers

Polymer deactivating pages when their not in view

I'm using the polymer application drawer template from the polymer cli. I'm having some trouble with: When you load a new page, the html element is imported; then it's code executes When I move to another page the code for the previous page is…
Snewedon
  • 2,410
  • 2
  • 13
  • 27
8
votes
1 answer

What's the difference between Polymer's shady DOM vs shadow DOM?

I'm having issues using shadow DOM for one of the web-components (paper-stepper) and it requires the use of the shady DOM instead. I'm not sure what the differences are and why that is the case.
JJJ
  • 2,889
  • 3
  • 25
  • 43
8
votes
1 answer

Why is my Polymer iron-icon appearing below my paper-input on navigation?

I have some simple code (Angular2 + Polymer) that creates a paper-input with a iron-icon as a suffix icon: Here is the full…
Sloth Armstrong
  • 1,066
  • 2
  • 19
  • 39
8
votes
0 answers

Get Polymer Error in Chrome after update to new Chrome version

My current Chrome version is Version 47.0.2526.73 (64-bit) I notice that the error Uncaught (in promise) TypeError: Request scheme 'chrome-extension' is unsupported only occurs after I update Chrome. I don't know is it some problem with Polymer, or…
duykhoa
  • 2,227
  • 1
  • 25
  • 43
8
votes
2 answers

Polymer 1.0: Do