Skip to main content

Search and Top Navigation

#14993 new bug ()

Opened July 01, 2016 08:52PM UTC

Last modified July 06, 2016 06:58PM UTC

Draggable prevents pinch zoom on Windows 10 touch in Chrome/Edge

Reported by: ecsl-pearson Owned by:
Priority: minor Milestone: none
Component: ui.draggable Version: 1.11.3
Keywords: Cc:
Blocked by: Blocking:
Description

On Windows 10 machine with touch screen using Edge or a Chromium browser (Chrome/JX browser), pinch zoom starting inside a draggable element. Note that pinch zoom is unsuccessful. Pinch zoom outside the draggable element does work. Reproducible on Draggable sample page (https://jqueryui.com/draggable/). Not reproducible in Firefox.

Attachments (0)
Change History (1)

Changed July 06, 2016 06:58PM UTC by RByers comment:1

If it was supported properly by browsers, jQuery should probably be using "touch-action: pinch-zoom" for draggables instead of "touch-action: none".

Spec issue: https://github.com/w3c/pointerevents/issues/29

Chrome impl: https://bugs.chromium.org/p/chromium/issues/detail?id=626086

Edge bug: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8094788/