Bug 508360

Summary: Context Menu sub-menus are not selected by the pointer if the pointer is already over them as they fade in
Product: [Plasma] plasmashell Reporter: Fernando M. Muniz <fernandommuniz>
Component: generalAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED UPSTREAM    
Severity: minor CC: kde, nate, postix
Priority: NOR Keywords: usability
Version First Reported In: 6.4.4   
Target Milestone: 1.0   
Platform: Arch Linux   
OS: Linux   
URL: https://bugreports.qt.io/browse/QTBUG-139265
See Also: https://bugs.kde.org/show_bug.cgi?id=504765
https://bugs.kde.org/show_bug.cgi?id=504878
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Issue on Plasma 6.4.4

Description Fernando M. Muniz 2025-08-16 18:33:29 UTC
Created attachment 184163 [details]
Issue on Plasma 6.4.4

STEPS TO REPRODUCE
Open the context menu slightly too close of the right corner, then open a sub-menu.

OBSERVED RESULT
The sub-menu is not selected if the pointer is already there as it fades in.

EXPECTED RESULT
The sub-menus should be selected even if the pointer is already there as it fades in.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 6.4.4
KDE Frameworks Version: 6.17.0
Qt Version: 6.9.1
Kernel Version: 6.16.0-arch2-1 (64-bit)
Graphics Platform: Wayland
Processors: 8 × 11th Gen Intel® Core™ i5-11300H @ 3.10GHz
Memory: 9 GB of RAM (8.1 GB usable)
Graphics Processor 1: NVIDIA GeForce GTX 1650
Graphics Processor 2: Intel® Iris® Xe Graphics
Manufacturer: LENOVO
Product Name: 82MG
System Version: IdeaPad Gaming 3 15IHU6

ADDITIONAL INFORMATION
Similar to Bug 504765 and Bug 504878
Comment 1 Fernando M. Muniz 2025-08-16 18:41:42 UTC
Probably just a coincidence, but this also reminds me of the (supposedly) Firefox bug which if I middle-click/triple-press an Inline History link and don't move the pointer, I can't scroll up an down the page.
https://bugzilla.mozilla.org/show_bug.cgi?id=1954768
Comment 2 Nate Graham 2025-08-18 20:41:37 UTC
Not sure this is actually a bug rather than a feature, but regardless, the menu here is just a standard Qt QMenu, which means it's out of our hands. You'd need to report it to Qt.