Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.1.0 Beta 1
-
Windows
-
e5e54a9ceb760e992001e0846a9b608107b13620 a7ce34dba4213927deba443e0e9c42df1769cc25
Description
To reproduce:
Start example , right click on central widget invoke action from
context menu or hover over it
See related issue QTCREATORBUG-9167 for discussion. This happens when adding a persistent action to a context menu which is deleted and recreated.
The problem is that the QAction's QAccessibleMenuItem is still associated with the menu (owner) after that is deleted. This looks like a long-standing problem which is hit by the QWindowsAccessibility::windowHelper loop.
Attachments
Issue Links
- replaces
-
QTCREATORBUG-9167 Crash in editor context menu
- Closed