Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.5.1, 5.6.2, 5.6, 5.7.1, 5.8.0
-
None
-
OS X 10.9, 10.10, macOS 10.12
Description
This doesn't happen always, but very often (it depends where the mouse cursor is).
Steps to reproduce:
- right click on text editor in QtCreator to open the context menu - the mouse cursor shape changes,
- left click to close the context menu (don't move the mouse),
- the mouse cursor shape doesn't change - missing enter event.
When the menu will popup to the top the mouse cursor shape isn't changed. It looks like Cocoa sends enter/leave events when the popup menu is opened to non-grabbed windows, so it causes problems with bad cursor shape (the same problem on Wayland).
This worked properly in Qt 5.4.2.
The test app from QTBUG-49222 can be used for testing this bug.
Attachments
Issue Links
- relates to
-
QTBUG-128453 App stops receiving touch events if the popup is dismissed on MacOS
- Open
-
QTBUG-63031 cocoa: tst_QMenu::QTBUG47515_widgetActionEnterLeave flaky
- Closed