Oleg Cherr

Results 5 issues of Oleg Cherr

This doesn't work in Chrome on Android: https://5fc05e08a4a65d0021ae0bf2-unebtvimdp.chromatic.com/?path=/story/presets-sortable-vertical--press-delay https://user-images.githubusercontent.com/3730074/148017262-96c212fe-5780-4fc3-8f2c-40ce8447966a.mp4

android
more information required

I'm trying to implement nested sortable list like [this one](https://sortablejs.github.io/sortablejs/#nested). The source code is here: https://codesandbox.io/s/rsd-nested-bug-demo-3gfxq I noticed a strange positioning bug when trying to move nested item: ![20201008-154339](https://user-images.githubusercontent.com/3730074/95508882-19291300-09cd-11eb-8bd0-7b71dbb38824.gif)

I'm creating an app that consists of multiple sortable lists of different elements. When user begins dragging I need to figure out which element is being dragged, and prohibit dropping...

I need to implement something like this: ![20201019-094830](https://user-images.githubusercontent.com/3730074/96410881-0b5f6300-1201-11eb-84ca-356a409d8dca.gif) As you can see, subtasks are folded on drag begin. Is there a way to do some manipulations to draggable object before...

Use case: 1. Open Lightbox on the demo page: https://frontend-collective.github.io/react-image-lightbox/ 1. **Zoom in** (+) maximally. 1. Press **right arrow** button on your keyboard. The next image will be shown. From...