https://bugs.kde.org/show_bug.cgi?id=435798
--- Comment #6 from nsprang...@gmail.com <nsprang...@gmail.com> --- Created attachment 142081 --> https://bugs.kde.org/attachment.cgi?id=142081&action=edit Diff for EntryScreenshots.qml The issue seems to be that applicationWindow().overlay continues to block wheelEvents when the Popup (EntryScreenshots.qml) is closed with a mouse click. The bug is not present when: - hit escape to close the Popup - set `modal: false` - remove `parent: applicationWindow().overlay` - set `closePolicy: Popup.CloseOnEscape | Popup.CloseOnReleaseOutside` (attached diff) The default closePolicy would be Popup.CloseOnEscape | Popup.CloseOnPressOutside. The attached diff "fixes" the issue, but it seems like the default should work. https://doc.qt.io/qt-5/qml-qtquick-controls2-popup.html#closePolicy-prop I don't know enough about QML, so that's as far as I got. -- You are receiving this mail because: You are watching all bug changes.