SUMMARY - ANIMATION AND USER INTERFACE ISSUE difficult to use and inconsistently reacting touchscreen ui makes it very difficult to modify created frames on android STEPS TO REPRODUCE 1. use finger or s-pen to click and drag from one frame to another 2. sometimes selected frame changes, sometimes the initial clicked frame's menu comes up, sometimes several frames are selected the inconsistency for doing seemingly the same movement makes it very difficult to modify frames once they have been created OBSERVED RESULT inconsistant result - sometimes selector indicator moves, sometimes frame menu opens, sometimes selection starts, sometimes the selected frame is dragged EXPECTED RESULT one of these responses should be consistant - also there should be a way to mass select and move frames an touchscreen SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
*** Bug 505843 has been marked as a duplicate of this bug. ***
The inability to select multiple frames without a keyboard is basically just a missing feature. The layer list solved this by adding checkboxes to layers, but not sure how to solve it on the timeline. That the timeline moves around when trying to drag frames is because kinetic scrolling is getting in the way. It's also very hard to use the zoom button thing, since most of the time it also just makes the timeline scroll around. Solving that fully probably requires digging around in Qt's scroller code a bunch, but a more workable solution could be to just not enable left-click or touch kinetic scrolling on the timeline widget and instead require the use of the scroll bars.
A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/2498