https://bugs.kde.org/show_bug.cgi?id=466968
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/fram | |eworks/plasma-framework/com | |mit/e4830f160bcec9e30f6181c | |75dead7817020d874 Resolution|--- |FIXED Version Fixed In| |5.105 --- Comment #7 from Nate Graham <n...@kde.org> --- Git commit e4830f160bcec9e30f6181c75dead7817020d874 by Nate Graham. Committed on 08/03/2023 at 17:24. Pushed by ngraham into branch 'master'. PC3 menu: make interactive condition more robust If the menu has a content height that exceeds the available height, but ApplicationWindow.window isn't set--for example because we're in the SDDM login screen where there is no application window--then we'll hit the fallback condition and be non-interactive, which makes the menu terribly difficult to scroll with a pointing device and impossible to scroll with a touchscreen. To fix this, consult Window.window rather than ApplicationWindow.window. This is what other styles do. FIXED-IN: 5.105 M +2 -1 src/declarativeimports/plasmacomponents3/Menu.qml https://invent.kde.org/frameworks/plasma-framework/commit/e4830f160bcec9e30f6181c75dead7817020d874 -- You are receiving this mail because: You are watching all bug changes.