Skip to content Skip to sidebar Skip to footer
Showing posts with the label Polymer

Polymer Paper-dropdown-menu Not Rendered Correctly In Browser

I am having an issue with the rendered html for a simple paper-dropdown-menu. The list items do not… Read more Polymer Paper-dropdown-menu Not Rendered Correctly In Browser

Html Import Not Working In Chrome

According to this article, it is possible to use HTML Imports via Polymer on browsers other than th… Read more Html Import Not Working In Chrome

Content Within Div Won't Fill Available Space Without Specifying Height

I have a page that is separated vertically into two panes. The left side layout is fine but I am h… Read more Content Within Div Won't Fill Available Space Without Specifying Height

Paper-input: Suggest Values In Typeahead

Is there an easy way to implement a typeahead using Polymer's element? The HTML tag seems to … Read more Paper-input: Suggest Values In Typeahead

Plain Javascript Code That Does What Queryselector() And Queryselectorall() Does, Include Shadowroots

I am trying to write a method that takes in two params: one of the parentNode of the current elemen… Read more Plain Javascript Code That Does What Queryselector() And Queryselectorall() Does, Include Shadowroots

How To Call Function Defined Inside Polymer Custom Element And Pass Arguments?

I have html page using polymer builtin elements along with my customElement(my-form) … Read more How To Call Function Defined Inside Polymer Custom Element And Pass Arguments?

Svg Tag Doesn't Work Within Polymer Component In Firefox

Here is an example: http://miriti.ru/svgtest/ If you'll look at this example in any browser you… Read more Svg Tag Doesn't Work Within Polymer Component In Firefox

What Is The Best Way To Dynamically Change The Style Of An Application Built With Polymer?

My idea is to have different files (either .css or .html) containing all the rules for a specific t… Read more What Is The Best Way To Dynamically Change The Style Of An Application Built With Polymer?