paper-listbox icon indicating copy to clipboard operation
paper-listbox copied to clipboard

Results 25 paper-listbox issues
Sort by recently updated
recently updated
newest added

### Description After creating [this issue](https://github.com/PolymerElements/paper-dropdown-menu/issues/257) for `paper-dropdown-menu` I realized at least some of this buggy behavior is actually because of `paper-listbox`. These are all reproducible on the `paper-listbox` [demo...

### Description The `paper-listbox` will not render children (at least `paper-item`) properly when inserted programmatically and when shady DOM is used. ### Expected outcome To see items (in this case...

### Description The `on-iron-activate` event is fired before the `selected` property changes. This means that it is impossible to find out the currently selected index in the listbox in the...

source: hooli

### Description paper-dropdown-menu, paper-listbox is not rendering properly inside angular2 ### Expected outcome after clicking the paper-dropdown-menu element, a dropdown should popup and clicking an option should show selected value...

### Description From the paper-listbox docs: https://www.webcomponents.org/element/polymerelements/paper-listbox ``` Typing the first letter of a listbox item will also focus it. ``` Under some circumstances, it can steal the focus from...

### Description If you add: ``` window.Polymer = { lazyRegister: true, useNativeCSSProperties: true, }; ``` to the top of demo/index.html (under the `` is where I put it), then clicking...

### Description The paper-listbox element supports traversing its paper-item elements using up/down arrow keys but not left/right arrow keys. ### Expected outcome Pressing left/right arrow keys while a paper-listbox element...

### Description The 'paper-listbox' (so as iron-selector) doesn't update selected* properties (and doesn't fire 'on-iron-selected' event) after rebinding to new array **when selected element has the same index** in array...

### paper-listbox currently does'nt have required property ### Listbox mandatory selection cases may arise

### Description a11y focus test fails in suite. (is fine outside of suite) ### Expected outcome element should be visible if focusable ### Actual outcome I think due to it...