https://bugs.kde.org/show_bug.cgi?id=488092
ratijas <m...@ratijas.tk> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/qqc2-desktop-style/- | |/commit/40b55f9a0fef21a0267 | |1efe7f87b95b3702dec13 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #7 from ratijas <m...@ratijas.tk> --- Git commit 40b55f9a0fef21a02671efe7f87b95b3702dec13 by ivan tkachenko. Committed on 23/07/2024 at 10:47. Pushed by ngraham into branch 'master'. ScrollBar: Fix custom scrolling behavior In order to add our custom mouse event handling behavior to the QQuickScrollBar, the only way in Qt 6 is to put the MouseArea in front of it, i.e. with a higher stacking z index, and only handle a subset of events which we are going to fully process ourselves, while rejecting the rest to let them propagate further down to the scroll bar itself. M +16 -4 org.kde.desktop/ScrollBar.qml https://invent.kde.org/frameworks/qqc2-desktop-style/-/commit/40b55f9a0fef21a02671efe7f87b95b3702dec13 -- You are receiving this mail because: You are watching all bug changes.