-
Bug
-
Resolution: Fixed
-
Normal
-
Freshly, 9.5.1
-
Security Level: Jimmy
-
reproduced in both chrome/safari (ios)
also reproducible in chome ipad/iphone emulation
-
ZK 9.5.1 S1
-
None
Steps to Reproduce
run the example, drag/drop divs into each other
Current Result
on ios devices the drop event doesn't trigger, the div positions/nesting doesn't change
Expected Result
possible to rearrange the draggable divs
e.g.:
Debug Information
on android the dragged element is rendered bottom-right of the touch location
on ios the dragged element is rendered directly "under"the touch position (so the drop doesn't reach the underlying target)
Workaround
prevent the drag ghost from receiving pointer events
.z-drag-ghost { pointer-events: none; }