Description
Taking the "Load data using iron-scroll-threshold" demo from the iron-list element as a starting point, if you wrap the content with an app-header-layout element that has the fullbleed attribute, the lower threshold is triggered every time you scroll in Chrome.
Expected outcome
The on-lower-threshold event should only be triggered when the scroll reaches the lower-threshold value.
Actual outcome
The on-lower-threshold event triggers every time you scroll in Chrome.
Live Demo
https://andres0101.github.io/threshold-issue/
Steps to reproduce
- Open the demo.
- Feel free to scroll.
Browsers Affected
Description
Taking the "Load data using iron-scroll-threshold" demo from the
iron-listelement as a starting point, if you wrap the content with anapp-header-layoutelement that has thefullbleedattribute, the lower threshold is triggered every time you scroll in Chrome.Expected outcome
The
on-lower-thresholdevent should only be triggered when the scroll reaches thelower-thresholdvalue.Actual outcome
The
on-lower-thresholdevent triggers every time you scroll in Chrome.Live Demo
https://andres0101.github.io/threshold-issue/
Steps to reproduce
Browsers Affected