freshp86
freshp86
> Doesn't compiling TypeScript still require Closure Compiler if you want small output? It's a bit tangential to the discussion here, but the answer is not necessarily. We already don't...
What is the status of this issue? Also, is it possible for the neon-animation dependency to be removed from the 2.x branch as well, for cases where Polymer2 is still...
@danbeam > alt + a produces a keyboard event which has `event.key = 'å'`. I'm not sure this can be solved by `iron-a11y-keys`, as it's clearly a different behavior on...
Thanks for the suggestion I switched my code to manually set left/right as needed. Feel free to close this bug. I think though that documentation should mention how isRTL is...
My expectation is because it corresponds to the position of the previously selected value, and AFAIU this is how `` works, see updated example at https://jsfiddle.net/j4rfjasf/20/. Try selecting the 2nd...
> A plain `` instance whose children change resets the selection Not really. Your example is not entirely equivalent to what data-binding does. You are creating new `` instances, by...
@JanMiksovsky: Thank you for providing a workaround. We are going to experiment with native `` for the first launch of Chrome's settings UI. Unfortunately there are more dropdown related issues...
/cc @danbeam I am observing the same behavior with touch devices. As a result of this bug multiple drop-down menus on the same page can be open at the same...
@cdata: Any updates here? This is affecting Chromium's new settings, see https://bugs.chromium.org/p/chromium/issues/detail?id=604685#c3.
cc/ @danbeam @mgiuffrida Same question for the "flex" class. Pasting from https://bugs.chromium.org/p/chromium/issues/detail?id=635633#c11 In `iron-flex-layout.html` the "flex" class simply specifies "flex: 1", see [here](https://github.com/PolymerElements/iron-flex-layout/blob/master/classes/iron-flex-layout.html#L92). On the other hand, in the new...