#18968 closed defect (fixed)
dojo/dnd/Moveable does not work with pointer events and touch
Reported by: | mssskhalsa | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.10.8 |
Component: | DnD | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The pointermove
event is not continuously emitted in a touch environment unless the target node's CSS touch-action
property is set to "none"
.
https://www.w3.org/TR/pointerevents/#the-touch-action-css-property
As a result a Moveable element does not work in Chrome 55 on Android, or Chrome 55 desktop with touch device emulation enabled.
Change History (6)
comment:1 Changed 4 years ago by
comment:2 Changed 4 years ago by
Owner: | set to Dylan Schiemann <[email protected]…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
In eaff9ef/dojo:
comment:6 Changed 4 years ago by
Milestone: | tbd → 1.10.8 |
---|
Note: See
TracTickets for help on using
tickets.
https://github.com/dojo/dojo/pull/253