PolymerElements / paper-dropdown-menu

A Material Design browser select element
https://www.webcomponents.org/element/PolymerElements/paper-dropdown-menu
61 stars 107 forks source link

Browser scrollbars blocked on paper-dropdown-menu #119

Closed beppino closed 8 years ago

beppino commented 8 years ago

Hello, I've an urgent question for you: one of my customer, since 2/3 months ago, often say me that the application stop working when he works on a dialog with form. This error was impossible to reproduce, so I'm very desperate...! Since today, when I casually found the reproducing steps, confirmed when I've found the same error on the demo page in the polymer site. This is: in a scrolling page (like https://elements.polymer-project.org/elements/paper-dropdown-menu?view=demo:demo/index.html&active=paper-dropdown-menu) select a paper-dropdown-menu (in the demo page, better is to select that after 'No underline (menu from bottom)'). After, reselect the same paper-dropdown-menu (the menu close and reopen). Then select one other field. The browser scrolling doesn't works now! This for Chrome, Safari and Firefox but I suppose it's an all browser problem. For hint, I've notated that when the dropdown open, in the body tag the style 'overflow: hidden;' it's added and removed if the dropdown close. When you reselect the same dropdown (menu close and reopen) the style remain in the body tag and this block the browser scrolling. I hope that my message can help you to resolve this issue, very important for me and, specially, for my client! Thanks -g

PS: Sorry for my bad english...

cdata commented 8 years ago

Hi, thanks for reporting. I think this is a dupe of https://github.com/PolymerElements/paper-dropdown-menu/issues/109, so I'm going to close this one.

beppino commented 8 years ago

Thanks @cdata , and sorry. I had not seen the #109 report. -g

Dharshika9 commented 5 years ago

I am facing the same issue that i couldn't scroll the main page when paper-dropdown-menu is opened.Its highly effecting on my mobile view of the page.@cdata