You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
HI,
I noticed that scroll within the dropdown list doesnt work when the list longer than the screen height can accommodate.
My dropdown code looks like (Jade coded) this: paper-dropdown-menu(flex for disabled=isLoading label="Select an email template") paper-dropdown.dropdown core-menu.menu paper-item {{name}} paper-item {{name}}
(imagine there is indentation...)
This will generate a long list. Nothing special.
You can see the issue be viewing the demo on: https://www.polymer-project.org/0.5/components/paper-dropdown-menu/demo.html
and then make you window height small enough to trigger a scroll bar in the dropdown list.
Now when you scroll while hovering over the list, the whole page will scroll. Apparently the list doesn't have any focus.
When you right click and a menu item and for example inspect (anything but select an option) then focus is applied and scroll will work.
Anyone else having this issue?
The text was updated successfully, but these errors were encountered:
HI,
I noticed that scroll within the dropdown list doesnt work when the list longer than the screen height can accommodate.
My dropdown code looks like (Jade coded) this:
paper-dropdown-menu(flex for disabled=isLoading label="Select an email template")
paper-dropdown.dropdown
core-menu.menu
paper-item {{name}}
paper-item {{name}}
(imagine there is indentation...)
This will generate a long list. Nothing special.
You can see the issue be viewing the demo on:
https://www.polymer-project.org/0.5/components/paper-dropdown-menu/demo.html
and then make you window height small enough to trigger a scroll bar in the dropdown list.
Now when you scroll while hovering over the list, the whole page will scroll. Apparently the list doesn't have any focus.
When you right click and a menu item and for example inspect (anything but select an option) then focus is applied and scroll will work.
Anyone else having this issue?
The text was updated successfully, but these errors were encountered: