Closed (won't fix)
Project:
Entity Reference Drag & Drop
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2017 at 17:57 UTC
Updated:
28 May 2017 at 19:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
bucefal91 commentedI attach a patch that adds this touch-punch.js.
Comment #3
bucefal91 commentedThe patch didn't get uploaded for some reason.
Comment #4
sergei_brill commentedI'm not sure we have to include the library into this module. There are many modules which uses jQuery UI plugins. If every such module will include the script into itself we can get unexpected behavior if at least 2 modules will include the touch punch script to the same page. Also, it is not guaranteed that the script fixes issues with touch screens. So, I think site admins should be able to control usage of the script. It can be done by including the script via custom module or theme.
Actually, there's a module which brings touch punch into drupal https://www.drupal.org/project/jquery_touchpunch . If we help them to release D8 version it will solve issues with jQuery UI plugins for all D8 modules (or most of them).