Details
-
Bug
-
Resolution: Unresolved
-
P4: Low
-
None
-
5.6.0
-
None
-
Windows 7, 10
Qt5.6
Description
Scenario
- Opaque top level widget
- Translucent window in front of it
To reproduce:
- Move mouse wheel over translucent region of translucent window
- Expected: Opaque top level gets wheel events
- Actual: translucent window gets wheel events
The case is described in this StackOverflow question. To quote:
Mouse clicks work as expected:
- fall through transparent regions to the opaque widget;
- get caught by transparent widget when clicked in its opaque areas.
Wheel events always get caught by the transparent widget no matter where they occur.
The same project does work correctly with Qt4.8.
Attachments
Issue Links
- relates to
-
QTBUG-40555 Windows: QApplication::widgetAt fails when screen sharing app is running
-
- Closed
-
-
QTBUG-40815 Windows: QApplication::widgetAt fails to handle applications with non-square shapped windows
-
- Closed
-