Emmanuel Garcia
Emmanuel Garcia
paper-checkbox is [doing work](https://github.com/PolymerElements/paper-checkbox/blob/1d1c9439fe3a056356233e04171fd9c62f0857fb/paper-checkbox.html#L271-L284) on the attached callback that is causing style recalc. Please consider doing the work later either by using `Polymer.RenderStatus.afterNextRender` or when it's required if possible. This...
Moved from https://github.com/PolymerElements/paper-slider/issues/105 If I add the noink attribute, I still get a ripple effect for the first click, though I don't subsequent clicks (maybe - it seems like there...
Issue opened in https://github.com/PolymerElements/paper-drawer-panel/issues/120 From [spec](https://www.google.com/design/spec/patterns/navigation-drawer.html#navigation-drawer-behavior) > Mini variant > > In this variation, the persistent navigation drawer changes its width. Its resting state is as a mini-drawer at the...
The main doc should display the properties defined in behaviors, so people won't need to click on each behavior to know what properties they can use.
## Expected outcome Ripple animation runs smoothly when clicking on tabs that renders very long list on Chrome Android. Selection bar runs smoothly when new tab is selected. ## Actual...
In an Android native app, an app can deep link into another app by initializing an activity. However, when `launchMode:singleTop` is used in the manifest, a _new_ activity is created...
From: https://github.com/PolymerElements/iron-list/issues/131 Steps to reproduce the issue: 1) create an iron-list binded to a firebase collection element 2) select an item 3) update the item in firebase 4) the selected...