Bug 467022

Summary: Panel widgets do not react to mouse scroll when some app's menu is on focus
Product: [I don't know] kde Reporter: David <david.cortes.rivera>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED UPSTREAM    
Severity: normal CC: nate
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description David 2023-03-07 19:15:56 UTC
SUMMARY
If I click the menu of some app, panel widgets like the (official KDE built-in) volume control will not react to mouse scrolls anymore until the menu of the app is closed.

STEPS TO REPRODUCE
1. Put the sound control widget on the panel.
2. Launch Dolphin.
3. Click the hamburger menu in Dolphin.
4. Position the mouse pointer over the sound widget.
5. Move the mouse scroll wheel so as to change the volume.

OBSERVED RESULT
Nothing happens while the hamburger menu is open.

EXPECTED RESULT
Should change the volume.

SOFTWARE/OS VERSIONS
Operating System: Debian GNU/Linux 12
KDE Plasma Version: 5.27.2
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8
Kernel Version: 6.1.0-5-amd64 (64-bit)
Graphics Platform: X11
Processors: 20 × 12th Gen Intel® Core™ i7-12700H
Memory: 62.6 GiB of RAM
Graphics Processor: Mesa Intel® Graphics
Manufacturer: SLIMBOOK
Product Name: Executive

ADDITIONAL INFORMATION
Comment 1 Nate Graham 2023-03-13 17:04:20 UTC
On X11, this is unfortunately an unfixable quirk of how X11 works: when a menu is open, it blocks other apps from receiving input. This already works properly on Wayland.