Unplanned
Last Updated: 06 Jul 2020 07:58 by Juergen
Juergen
Created on: 29 Jun 2020 10:56
Category: Sortable
Type: Bug Report
2
Not possible to scroll Sortable on a mobile device

Bug Report

After upgrading from 2019.2.619 to 2020.1.406 the sortable cannot be scrolled any more on mobile devices (just via wiping up and down on the screen)

Reproduction

I have prepared a dojo example which shows the main parts of our dashboard:

- the first widget is fixes (not draggable)
- the following widgets can be dragged to another position by grabbing the arrows icon (this still works)
- wiping up and down on the screen does not work (or only when your finger touches the space in between the widgets). 
   this behaviour was not there in previous version. Wiping was possible on every position on the screen (apart from the drag handler)

https://dojo.telerik.com/IXESoCEM

Environment

We were able to reproduce this on a Samsung Galaxy S10+ with Android 10 and Firefox latest version. Also on a Huawei P30 with Android 10 and Chrome, latest version and Apple SE XS  iOS 13.5.1

2 comments
Juergen
Posted on: 06 Jul 2020 07:58

Hi Alex, 

thanks for the information. Appreciated :-)

Best

Jürgen

ADMIN
Alex Hajigeorgieva
Posted on: 06 Jul 2020 07:04

Hi, Jürgen,

Thank you for reporting this.

Just adding a quick note here for the GitHub issue in case anyone else would like to follow the outcome:

https://github.com/telerik/kendo-ui-core/issues/5881

As a workaround, one can programmatically remove the added style touch-action:none that is applied to the element

$("#sortableElementID").removeAttr("style");

Kind Regards,
Alex Hajigeorgieva
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.