Questions tagged [polymer-1.x]

28 questions
0
votes
1 answer

Does paper-dialog-scrollable works in shady dom?

I was trying to make my paper-dialog scrollable using paper-dialog-scrollable but i can't make it work.. I tried to simplify my code as much as possible, containing almost only ctrl+c and ctrl+v code from demo on github.…
Kuba Šimonovský
  • 2,013
  • 2
  • 17
  • 35
0
votes
2 answers

Polymer 1.x: Accessing behavior properties

How do we access the properties of a behavior from inside an element using that behavior? From inside my-element.html, using this.randomData to access the randomData property of the imported behavior seems like it should work; but it does…
Let Me Tink About It
  • 15,156
  • 21
  • 98
  • 207
0
votes
1 answer

Polymer app-route redirect via function issue

just when I thought I figured out how app-route is working, I run into an issue that let me doubt that my understanding of this element is correct. From what I understood, it's the responsibility of app-location to keep the browser URL and the value…
Alex Jongman
  • 189
  • 10
0
votes
1 answer

How to run multiple asynchronous functions separately without order in JavaScript without interfering with each other?

I want to know if it is possible and how can I run multiple JavaScript functions separately at the sometime without order in Client-Side. If not possible is there a workaround for it?
0
votes
1 answer

Polymer 1.x: neon-animated-pages not working inside paper-tabs and paper-dialog

Text falls outside dialog Here is the plunk I want to implement neon-animated-pages controlled by paper-tabs inside a paper-dialog. I expect to see the content of tab-a and tab-b contained inside the paper-dialog but instead the content spills…
0
votes
1 answer

Polymer 1.x: paper-tab inside paper-dialog not working

Here is the plunk. My goal is to implement a paper-tabs + iron-pages pattern inside a paper-dialog. When I click on the second tab I expect to see the content header of the tabbed pane read "Page 2" followed by the Lorem Ipsum text. But, instead,…
0
votes
1 answer

Replace paper radio button's circle icon with div content

I want to hide circle button in paper-radio and replace that with a custom div which displays circle with number. I tried below code,but it hides all contents .numberCircle { border-radius: 50%; behavior: url(PIE.htc); /* remove if you…
ksh
  • 639
  • 1
  • 7
  • 23
0
votes
3 answers

JS errors when loading Polymer Project starter toolbox set-up

From Polymer Slack Group: @drjosh9000 posted: I get a JS console full of errors when trying out https://www.polymer-project.org/1.0/start/toolbox/set-up. How can I eliminate them and get the page to load properly? Edit Note: The following does not…
Let Me Tink About It
  • 15,156
  • 21
  • 98
  • 207
0
votes
1 answer

Polymer 1.x: Applying iron-media-query inside dom-repeat to determine screen width

Click here for jsBin. I want to calculate the screen width and assign that result to a number between, say, 0 and 3, for example. I am trying to use iron-media-query to do this. I expect to see (logged to the console) one of the queries return a…
Let Me Tink About It
  • 15,156
  • 21
  • 98
  • 207
0
votes
3 answers
0
votes
2 answers

Polymer 1.x: How to use dataSource function to filter iron-data-table?

Here is the Plunk. I want to implement the dataSource filtering function for
Let Me Tink About It
  • 15,156
  • 21
  • 98
  • 207
0
votes
1 answer

Polymer 1.x: How to filter iron-data-table?

How do I add a filter attribute to Which broke…
Let Me Tink About It
  • 15,156
  • 21
  • 98
  • 207
0
votes
2 answers

Polymer 1.x: How to pre-process the items in a list or repeater?

Here is the plunk. Can anyone point me to a pattern that formats (or pre-processes) data items entering a repeater (like iron-list or iron-data-table) for example? In other words, consider this plunk for example. Let's say I wanted to add a field to…
Let Me Tink About It
  • 15,156
  • 21
  • 98
  • 207
1
2