# Description Clicking or dragging the scrollbar of the new timeline layout with a stylus will not lose focus, and hovering stylus up and down will zoom in and out. I believe this is an unwanted behavior and report it as a bug. Video : https://youtu.be/kmrH9W3mVs8 This video shows how to scroll by touch and then how to use a stylus to manipulate the scroll bar. When operating with a stylus, you can see that the problem occurs even when the scroll bar is not touched (hovering) after clicking the scroll bar. # Steps to reproduce 1. Install Krita 5.0.0 (git hash : 6f28dc0) 2. Open Animation timeline docker 3. Bring a stylus that operating with Windows Ink, and control timeline's scrollbar makes this issue. # Observed result Scroll not loses focus until touching somewhere screen. # Expected result Scroll will end when stylus is not touching screen. # Software | OS version Krita: Nightly 5.0.0 (git hash : 6f28dc0) Windows: 10 20H2 (19042.1052)
# Additional info Device : Microsoft Surface Book 2
Can reproduce on SP5 (2017) with b347ab1, regardless of kinetic scrolling being left click or not. - The vertical scrollbar is sticky (gets stuck in scrolling state, only released after clicking outside of scrollbar) - The horizontal scrollbar is sticky; also when in this state, moving the cursor vertically will cause the timeline to zoom horizontally The above only happens with stylus in WinInk mode. When using WinTab, the scrollbars do not get stuck in scrolling state. However dragging the horizontal scrollbar vertically still triggers the zoom behaviour, so that might be intentional? Setting as major and release_blocker as this severely affects usability. This is a regression from 4.4.5.
I'll iron this out. There must be something wrong with the focus behavior of the zoomable scrollbar.
Yep. I've also confirmed that focus is getting stuck on Windows. And, as Alvin mentioned, it seems to be specific to the Windows Ink tablet mode and it's a release blocker for sure. In the meantime while we fix this bug, if possible on your hardware, please switch to the WinTab tablet mode in the "Configure Krita > Tablet Settings" menu. Also, to clarify, zooming the timeline when dragging the scrollbar perpendicularly is an intended feature of the new design. (I believe people will like it when they get used to it, but if it continues to annoy people we can make it optional or come up with something better.)
I forgot to mention that restarting Krita is required after changing the tablet mode in the settings menu. Hopefully we'll have this resolved soon.
Git commit e852e013918c07f0bb42ba6a04bff7e397580a33 by Eoin O'Neill. Committed on 08/07/2021 at 21:49. Pushed by eoinoneill into branch 'master'. Attempt to fix windows tablet issues w/ zoomable scrollbar. Will test the nightly build. M +3 -1 libs/widgetutils/kis_zoom_scrollbar.cpp https://invent.kde.org/graphics/krita/commit/e852e013918c07f0bb42ba6a04bff7e397580a33
Created attachment 139964 [details] attachment-1676-0.html > > In the meantime while we fix this bug, if possible on your hardware, please > switch to the WinTab tablet mode in the "Configure Krita > Tablet Settings" > menu. I didn't mention this but I also tried in WinTab mode, but it seems I can't read the stylus pressure... Also, to clarify, zooming the timeline when dragging the scrollbar > perpendicularly is an intended feature of the new design. (I believe people > will like it when they get used to it, but if it continues to annoy people > we > can make it optional or come up with something better.) To get off topic for a moment on this issue, this idea looks pretty good. (I can't use this function properly right now) However, I thought this feature was bad UX because it didn't have a visual expression. Because the average user is accustomed to the functional understanding that a scroll bar usually controls the scrolling of the corresponding axis. So, I think it would be better if there was a visual expression enough to let users know that just 'adjusting zoom in and out', without expressing the number or degree when the user starts dragging vertically.
Tested with the latest nightly (13f04ca236): With Kinetic scrolling set to click-drag: - Scrollbars jumps back to starting position when releasing stylus - Kinetic scrolling interferes with the dragging of the scrollbar. To be clear, the kinetic scrolling does this to other scroll containers too, but its behaviour with the animation timeline scrollbars is erratic in a different way. With Kinetic scrolling disabled: - Vertical scrollbar scrolls exceptionally fast when dragging up, happens with both mouse and tablet, but the effect is worse with tablet since the scrollbar "detaches" from the pen tip.
Alvin Wong, To clarify, the focus behavior is now fixed and you are now having issues with kinetic scrolling separately? For what it's worth, the detached behavior of the scrollbar is necessary to support infinite horizontal scroll range without the user lifting the pen repeatedly. This behavior existed before, but it actually wasn't very tablet friendly in the first place. > Scrollbars jumps back to starting position when releasing stylus Do the frame values on the top bar change? If you're scrolling beyond the animation's desired playback range, the bar will adapt to allow you to scroll further. If you then move backward, the scroll bar will again adapt and resize the scroll-able range to the minimum viable space. It could be that you're seeing the result of this adaptation. IIRC, this is how it has always worked with Krita. > With Kinetic scrolling set to click-drag Please file this as a separate bug report. As long as the cursor focus is working as intended, this particular bug is solved.