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 Dec 19, 2024. It is now read-only.
We choose to not set the overflow: hidden to <body> because otherwise that would change its width on windows (because the scrollbar will be hidden).
We listen for events that might trigger scrolling and try to prevent them, but some scroll events will happen no matter what - in these cases we capture the scroll events and reset the scrollTop/scrollLeft of the document...since scroll event happens after the actual scroll, you'll see that "shaking" effect :/
Blocking scrolling is hard.
As a user, you could set the overflow: hidden on <body> and that would solve the problem. <iron-dropdown> cannot do that, as it was previously filed as a bug #81
Another way to go is close the dropdown on scroll: you can do that by setting dropdown.scrollAction = 'cancel'
Description
The
iron-dropdown
causes a shaking when you have open de dialog and you try doing scroll in IE11.Expected outcome
The page has not to be shaking
Actual outcome
The page is shaking when scrolling.
Live Demo
https://www.webcomponents.org/element/PolymerElements/iron-dropdown/demo/demo/index.html
Steps to reproduce
Browsers Affected
The text was updated successfully, but these errors were encountered: