https://bugs.kde.org/show_bug.cgi?id=488092
--- Comment #4 from ratijas <m...@ratijas.tk> --- Another brief investigation shows that the event handling never reaches our MouseArea background only because its default z-index is assigned to -1 by the QQuickControl::setBackground method which is stacked below the parent ScrollBar itself. If you set z-index for the background to some positive value, it will work as before. -- You are receiving this mail because: You are watching all bug changes.