Drag and drop not working on desktop Chrome with touch screens

Description

Acceptance Criteria

  1. Drag and drop must work on Chrome on Windows and ChromeBooks via touch screen (and still work with keyboard, on Android, IOS, with Mouse etc)

Can be tested in Chrome in the mobile emulator if you don’t have a real touch screen. For some reason it does currently work on Android with touch 🤷‍♂️

Acceptance Criteria

None

Activity

Lars-Magnus Underhaug March 21, 2022 at 12:44 PM
Edited

The error is due to Chrome v.70+ not supporting ontouch events. Made necessary changes to the code to handle this.

NOTE: jQuery UI does not support touch by default. The Touch Punch patch used to add touch support has not been maintained for the past eight years. For this reason, the patch currently holds some deprecated functionality (e.g. initMouseEvent) and should be updated. We should also add support for AMD in touch punch, which has been added to jQuery UI (see proposal from Oliver on ). There are also multiple open pull requests on touch punch for the missing functionality .

Oliver Tacke March 16, 2022 at 8:18 AM

Done

Details

Assignee

Reporter

Code reviewer

Sprint

Priority

Created March 15, 2022 at 3:59 PM
Updated March 24, 2022 at 7:48 AM
Resolved March 21, 2022 at 2:34 PM