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
The paper-slider responds to down event on the container. This is not always desirable, as the user might be just accidentally putting the finger on the slider while trying to vertically scroll the page.
Expected outcome
Vertical scroll starting at the slider shouldn't update the slider.
Respond to tap event only or make this configurable: tap or down
Actual outcome
Vertical scroll starting at the slider changes slider value.
to on-mousedown="_bardown"
This is actually how it should behave from a UI/UX standpoint. (none of the sliders I've tried anywhere capture and act on touchstart on the bar on a touchscreen.)
NovapaX
added a commit
to NovapaX/paper-slider
that referenced
this issue
Feb 22, 2018
Description
The
paper-slider
responds todown
event on the container. This is not always desirable, as the user might be just accidentally putting the finger on the slider while trying to vertically scroll the page.Expected outcome
Vertical scroll starting at the slider shouldn't update the slider.
Respond to
tap
event only or make this configurable:tap
ordown
Actual outcome
Vertical scroll starting at the slider changes slider value.
Live Demo
https://www.webcomponents.org/element/PolymerElements/paper-slider/demo/demo/index.html
Steps to reproduce
paper-slider
element in the page.Browsers Affected
All
The text was updated successfully, but these errors were encountered: