Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.5.0
-
None
-
Mac OS X Yosemite (Version 10.10.5)
Description
As far as I can tell, the QStyle::StyleHint QStyle::SH_Menu_SloppySubMenus is no longer used anywhere. As a result, I am no longer able to disable sloppy submenus within my application.
I think this was introduced with https://codereview.qt-project.org/#/c/86364/ which was the fix for https://bugreports.qt.io/browse/QTBUG-20094
I am able to slightly workaround the issue by modifying the other sloppy submenu StyleHints:
QStyle::SH_Menu_SubMenuUniDirection
QStyle::SH_Menu_SubMenuUniDirectionFailCount
QStyle::SH_Menu_SubMenuSloppySelectOtherActions
QStyle::SH_Menu_SubMenuSloppyCloseTimeout
QStyle::SH_Menu_SubMenuResetWhenReenteringParent
QStyle::SH_Menu_SubMenuDontStartSloppyOnLeave
Attachments
Issue Links
- relates to
-
QTBUG-104720 Qt registers a click when you release the mouse button, which can lead to accidental function use
- Open