Bug 439735 - Menubar item doesn't reveal menus on mousedown
Summary: Menubar item doesn't reveal menus on mousedown
Status: RESOLVED UPSTREAM
Alias: None
Product: frameworks-qqc2-desktop-style
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Marco Martin
URL: https://bugreports.qt.io/browse/QTBUG...
Keywords: usability
Depends on:
Blocks: 439734
  Show dependency treegraph
 
Reported: 2021-07-10 20:22 UTC by Janet Blackquill
Modified: 2023-09-07 13:08 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.