-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Timeline items cannot be dragged into a different group unless the mouse is also moved horizontally #3003
Comments
@yotamberk I'm seeing this same behavior in the latest version and even on the example pages. An item can't simply be dragged up or down. It must first be snapped horizontally before it can be dragged to another group.
|
This "problem" is a feature of the touch gesture library. I'm not sure if this can be fixed for all needs. I assume the threshold is valuable for touch operation. (Though I do not understand why the threshold is only in horizontal direction) Maybe a configuration item should be introduced? |
Now that I think of it: Changing the threshold direction to DIRECTION_ALL should actually do the trick. |
Changed threshold directions to fix almende#3003.
Changed threshold directions to fix almende#3003
Changed threshold directions to fix almende#3003
Changed threshold directions to fix almende#3003
Changed threshold directions to fix almende#3003.
Changed threshold directions to fix almende#3003.
Changed threshold directions to fix almende#3003.
Fixed here yotamberk/timeline-plus#155 |
I'm using Windows 10 (with Anniversary Update) and Chrome v57, but I believe this issue occurs in all browsers.
Here's an example reproducing the issue: https://codepen.io/YM_Industries/pen/jmqYVB
Steps to reproduce:
Expected behaviour:
When dragging an item, horizontal movement should not be necessary to change the item's group. As soon as the mouse enters a new group, the item should also move to that group.
The text was updated successfully, but these errors were encountered: