Skip to content

Workaround for QTBUG-106489

Marco Martin requested to merge work/mart/scrollWorkaround into kf5

By default HoverHandler accepts the left button while it shouldn't accept anything, causing https://bugreports.qt.io/browse/QTBUG-106489. Qt.NoButton unfortunately is not a valid value for acceptedButtons. Accepting the middle button is the way that masks a bit the problem, but there is no proper workaround other than an upstream fix

Merge request reports