Daniel Freedman

Results 33 issues of Daniel Freedman

_From @CSEMike on October 23, 2015 19:17_ Paper dropdowns near the bottom of the window always open down, creating a compressed scroll area that's very difficult to navigate. (This is...

enhancement
p1 - backlog

MockInteractions will fail to create any gestures on an iOS or Android device because Polymer Gestures do not listen for mouse events on those platforms. MockInteractions should create touchevents in...

enhancement
help wanted
good-first-bug
api-feedback
p1 - backlog

_From @AaronLayton on February 12, 2015 21:51_ An idea for a new utility element (if something like this doesn't already exist). Set an inputColor and have the core-color figure out...

element request
p2 - icebox

_From @prudhvit on November 4, 2016 6:23_ ### Description Click on disabled paper-item in paper-menu it closes the paper-menu dropdown please refer the code #### Code ` 1 2 3...

_From @viridium on August 26, 2015 21:56_ The icon and the checkbox both align to the right in the drawer, but they are misaligned. Here is the example: ``` html...

p1 - backlog

**I'm submitting a:** - [ ] bug report - [x] feature request

Type: Feature

## Description Internally, the styling of MWC components is not minified with the sass compiler's defaults, but instead with cssnano. We should have the same minification internally and externally to...

Type: Feature

I imagine that we should add some functionality that allows people to use jodoc in a pipe, like `gen_code | jodoc | zip docs.zip -`. Feels more like a 2.0...

wishlist

Native Promises have started landing in places (like Chrome Canary), so the polyfill shouldn't try to stomp on global.Promises so blithely.

Now that `polymer-css-build` can handle inlined HTML templates, it should also be able to remove comments in those templates, which is no longer handled by a tool like `vulcanize`.