Bug 497376

Summary: Windows from menu bars blocks other menus above it
Product: [I don't know] kde Reporter: fashim99
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: nate
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Demo

Description fashim99 2024-12-12 16:20:13 UTC
Created attachment 176559 [details]
Demo

SUMMARY

As in the title. Seems to happen to every QT6 app. Doesen't happen to other frameworks, including previous major Qt versions. Happens on X11 too.

STEPS TO REPRODUCE
1. Open a QT6 app
2. Click the menu bar
3. Hover the mouse with the active menu bar

OBSERVED RESULT
Other menus hovered by the mouse won't open if the invoked menu window is underneath it.

EXPECTED RESULT
Menus should open when the mouse is onto it.

SOFTWARE/OS VERSIONS
Operating System: EndeavourOS 
KDE Plasma Version: 6.2.4
KDE Frameworks Version: 6.8.0
Qt Version: 6.8.1
Kernel Version: 6.12.2-1-cachyos-bore (64-bit)
Graphics Platform: Wayland
Processors: 16 × 11th Gen Intel® Core™ i7-11800H @ 2.30GHz
Memory: 15.4 Gio of RAM
Graphics Processor: Mesa Intel® UHD Graphics
Manufacturer: Dell Inc.
Product Name: Inspiron 16 7610
Comment 1 Nate Graham 2024-12-12 18:59:14 UTC
Are you using a Kvantum theme rather than the Breeze Application Style? Or some other 3rd-party app style? If so, does it reproduce for you with the standard Breeze Application Style? I can't make it happen with Breeze.
Comment 2 fashim99 2024-12-12 20:35:24 UTC
(In reply to Nate Graham from comment #1)
> Are you using a Kvantum theme rather than the Breeze Application Style? Or
> some other 3rd-party app style? If so, does it reproduce for you with the
> standard Breeze Application Style? I can't make it happen with Breeze.

After some checking, I realised that my version of WhiteSur (the Kvantum theme) was outdated because I downloaded it from Pling. Downloading the Github version fixed the issue 😅  

Thanks !
Comment 3 fashim99 2024-12-12 20:43:31 UTC
FIxed