https://bugs.kde.org/show_bug.cgi?id=466968
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram |eworks/plasma-framework/com |eworks/plasma-framework/com |mit/e4830f160bcec9e30f6181c |mit/a8f127192a94e1effbd2f23 |75dead7817020d874 |66f3bfd77f53333e8 --- Comment #8 from Nate Graham <n...@kde.org> --- Git commit a8f127192a94e1effbd2f2366f3bfd77f53333e8 by Nate Graham. Committed on 08/03/2023 at 17:31. Pushed by ngraham into branch 'kf5'. 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 (cherry picked from commit e4830f160bcec9e30f6181c75dead7817020d874) M +2 -1 src/declarativeimports/plasmacomponents3/Menu.qml https://invent.kde.org/frameworks/plasma-framework/commit/a8f127192a94e1effbd2f2366f3bfd77f53333e8 -- You are receiving this mail because: You are watching all bug changes.