Eric Bidelman
Eric Bidelman
`overridePermissions` doesn't appear to be working correctly. According to the permission api, the APIs are granted access (e.g. `navigator.permissions.query({name: 'camera'})).state === 'granted'`), but trying to use the API prompts the...
I have a reset stylesheet in my main page. A selector `:host > ::content > *` is not specific enough under shady dom and the padding/margins styles are never applied:...
_From @ianbitts on November 30, 2015 15:38_ The animated underline of a paper-input element becomes becomes stuck in the "focused" state if a paper-dialog is toggled as an on-focus event...
I find myself increasingly wanting a way to deselect an item once it is selected. Currently, the only want to do this is use `mult`, but allowing multiple selection is...
_From @BartKoppelmans on December 18, 2015 12:18_ I have a question regarding the browser compatability of Web Animations. I am aware that it is not working on some browsers. However,...
Not on https://elements.polymer-project.org/elements/neon-animation?active=Polymer.NeonAnimationRunnerBehavior :(
I added `paper-menu-button` to chromestatus.com and it increases page load by 166KB. We should try to slim that down. There are a lot of deps. One obvious one is to...
Consider lazily creating optional or user initiated functionality (e.g. scrollable left/right paper-icon-buttons). Similar to what paper-tab is doing for the ripple. https://github.com/PolymerElements/paper-tabs/blob/master/paper-tab.html#L109-L111
_From @brusand on December 29, 2015 22:19_ hi the community here is a coepen to illustrate my issue :+1: http://codepen.io/burno75/pen/LGbLoM working : remove jack paper-tab -> annick selected and content...
An integration with `Polymer.AppLayout.scroll` would be nice!