projects:jslib
See git log or gitlab history.
jslib/dragger.js
layout/jslib/dragger.js (jslib is a submodule in layout)
| platform | jslib | layout |
|---|---|---|
| linux mouse | ok, but too fast movement fails | no good, fast movement fails |
| android touch | does not grab - fixed | works fine |
logger window was preventing android touch from grabbing draggee
re fast movements
linux mouse: as soon as the mouse goes outside the dragged object, the movement stops, even though it has not dropped yet. Bring the mouse back to the object and dragging continues. The layout thumb button is very small, so it is very susceptible to this issue. The jslib drag redsquare is larger, so the issue is less noticeable but still a real issue.
android touch: the finger can go outside the dragged object without stopping the drag