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

demo looks poor due to scrollbar appearing/disappearing #95

Closed davidmaxwaterman closed 8 years ago

davidmaxwaterman commented 8 years ago
  1. visit : https://elements.polymer-project.org/elements/paper-dropdown-menu?view=demo:demo/index.html&active=paper-dropdown-menu
  2. observe a double scrollbar
  3. click on the basic menu menu
  4. observe a single scrollbar, as well as a side-ways 'jitter' as the scrollbar appears/disappears.

Please consider fixing it to look better.

MeinAccount commented 8 years ago

This is essentially an issue of the IronDropdownScrollManager. I've written a quick fix to prevent the entire page from moving to the right.

cdata commented 8 years ago

This is totally a problem. It may be sufficient for us to not turn off scroll for the document body (which would fix this for a lot of cases). It needs exploration.

cdata commented 8 years ago

This issue was moved to PolymerElements/iron-dropdown#54