Summary: | Menubar item doesn't reveal menus on mousedown | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-qqc2-desktop-style | Reporter: | Janet Blackquill <uhhadd> |
Component: | general | Assignee: | 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
How does this differ from Bug 439734? 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 So then this is a blocker for Bug 439734. 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. |