This seems to be due to the dnd.js attempting to determine isTouchDevice and believing that Chrome is a touch device.
The code in question typeof document.ontouchstart !== 'undefined' returns "true" on my instance of Chrome. (None of my screens are touch screens, and even if they were I would still have a mouse and want to use it).
In a local environment we have overcome this issue by overriding the JavaScript files via the Magento 2 requirejs loading system and putting in our own versions of the files that, instead of listening to either mouse or touch - listens to both. This has not, however, been extensively tested.
While I have not tested this on Magento 2.1.4, the fact that the JavaScript files in question have not been modified leads me to believe the issue will still be present in that version.
Hi @navarr ! Thanks for reporting this issue. Unfortunately, I could not reproduce the issue as you described it. I try to do it on 2.1.3 and 2.1.4 on Google Chrome Version 59.0.3071.115 (Official Build) (64-bit) launched on Windows 10 64-bit. Please provide the detailed steps we must follow to reproduce this issue. In addition, identify the web server you are running, the versions of PHP and MySQL, and any other information needed to reproduce your issue.
A lot has changed in my local environment since I initially opened this ticket - for example, my laptop now has a touch screen.
I've tried this again in 2.1.7, Win 10 64-bit, Chrome v59.0.3071.115 (Official Build) (64-bit).
I still cannot drag columns in grids as I believe I should be able to do. However, an easier catch is trying to drag "Custom Options" in a Product.
https://gfycat.com/DefensiveGloomyCats
In this video I start by trying to drag the columns using the handle with my house, but they do not.
I then try to drag with my fingers - to disastrous effect (though that is unrelated to this ticket).
I'm using PHP 7.0 and MySQL 5.7.
Thanks for reporting this issue. I could reproduce the issue only on device with touch screen. Internal ticket MAGETWO-70756 was created.
Also reproducible on Firefox, at least in my build.
Machine: Dell XPS 15 with Touch Screen support
Browser: Google Chrome | 60.0.3112.50聽(Official Build)聽beta聽(64-bit) || Firefox 54.0 (64-bit)
OS: Debian testing (~9), with Gnome / X Display manager
Suuper dirty workaround:
A quick test shows this to then work correctly.
This ticket is labeled "needs update" - is it waiting on something external?
@navarr, thank you for your report.
Unfortunately, we are archiving this ticket now as it did not get much attention from both Magento Community and Core developers for an extended period. This is done in an effort to create a quality, community-driven backlog which will allow us to allocate the required attention more easily.
Please feel free to comment, reopen or create new ticket according to the Issue reporting guidelines
if you are still facing this issue on the latest 2.4-develop branch. Thank you for collaboration.