Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PaperDropdownMenu inside PaperDialog #61

Open
shoemael opened this issue Oct 1, 2015 · 2 comments
Open

PaperDropdownMenu inside PaperDialog #61

shoemael opened this issue Oct 1, 2015 · 2 comments

Comments

@shoemael
Copy link

shoemael commented Oct 1, 2015

I'm seeing some odd behavior when placing a PaperDropdownMenu inside a PaperDialog. Dynamically added PaperItems appear in the list selection but cannot be selected. These items are added in a ClickHandler that displays the dialog.

Items that are added outside the handler appear and are selectable. Items added inside the handler appear in the list but don't work. I'm seeing slightly different things in FireFox(41) vs. Chrome (45.0.2454). FF displays the entire 6 item list but only the initial 2 items can be selected. Chrome shows 3-4 items and also only allows the selection of the first two.

Tested with GWT 2.7 and 2.8-snap. Using vaadin-gwt-polymer-elements-1.1.3.0-alpha1

An example project is available at: https://github.com/shoemael/polymer-test

@brOOper
Copy link

brOOper commented Jan 13, 2016

Having the same issue. Did you find a way to work around this?

@shoemael
Copy link
Author

Nope. I eventually used a standard GWT ListBox and styled it match. Still hoping for a solution/fix in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants