Bug 439735

Summary: Menubar item doesn't reveal menus on mousedown
Product: [Frameworks and Libraries] frameworks-qqc2-desktop-style Reporter: Janet Blackquill <uhhadd>
Component: generalAssignee: Marco Martin <notmart>
Status: RESOLVED UPSTREAM    
Severity: normal CC: ahiemstra, kde, me, nate, noahadvs
Priority: NOR Keywords: usability
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
URL: https://bugreports.qt.io/browse/QTBUG-107994
See Also: https://bugs.kde.org/show_bug.cgi?id=447261
Latest Commit: Version Fixed In:
Sentry Crash Report:
Bug Depends on:    
Bug Blocks: 439734    

Description Janet Blackquill 2021-07-10 20:22:02 UTC
Self explanatory.
Comment 1 Nate Graham 2021-08-03 03:21:28 UTC
How does this differ from Bug 439734?
Comment 2 Janet Blackquill 2021-08-03 03:23:26 UTC
menu rolling is about the single-stroke gesture downwards, this is simply about revealing the menu on mouse down instead of waiting for mouse up, regardless of whether or not the gesture is performed
Comment 3 Nate Graham 2021-08-03 03:42:54 UTC
So then this is a blocker for Bug 439734.
Comment 4 ratijas 2023-09-07 11:24:36 UTC
Upstream bug report: https://bugreports.qt.io/browse/QTBUG-107994

I tried patching qtdeclarative/ QQuickComboBox so that is opens popup on press (not release), but without proper touch point hand-over it is useless.