Implemented solution: since touch does not fire onEntered, when the user
is dragging using touch the hover logic is not called. Hence we should
not call handleHover in onReleased of the MouseArea because that also
fires when touch is released.

We should instead call it in the Mouse.onReleased
The area handling the interaction with the thumb has 
"Mouse.ignoreSynthesizedEvents: true" so Mouse.onReleased will not fire on 
touch release, just mouse release, which is what we want.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1616868

Title:
  Scrollbar thumb shows as hovered after touch release

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1616868/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to