DescriptionRevert of Remove the blocking touch handlers for the input[type=range] and add touch-action instead (patchset #25 id:480001 of https://codereview.chromium.org/2209773002/ )
Reason for revert:
Broke windows test. See https://bugs.chromium.org/p/chromium/issues/detail?id=640150
Original issue's description:
> Remove the blocking touch handlers for the input[type=range] element and add touch-action instead.
>
> In current implementation, the input[type=range] blocks browser's scrolling in all directions.
>
> After adding "touch-action: pan-y" with a passive event listener to the horizontal input[type=range], or "pan-x" to the vertical input[type=range], the slider will only consume pan in its direction and does not block scrolling on the other direction.
>
> This touch-action will be overridden if the user has already defined the touch-action. It will update if the slider changes to horizontal/vertical.
>
> BUG=584438
>
> Committed: https://crrev.com/cb18694aff180e913277a346a37e74835935b37d
> Cr-Commit-Position: refs/heads/master@{#413616}
TBR=tkent@chromium.org,dtapuska@chromium.org,majidvp@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=584438
Patch Set 1 #Messages
Total messages: 5 (2 generated)
|