Details
-
Technical task
-
Resolution: Done
-
P1: Critical
Description
attached project is adapted from the qmacnativewidget example, placing a QQuickView inside.
when resizing the window to be smaller than the QQuickView, the mouse events are translated incorrectly: when clicking at the marked position (black square) the mouse event arrives at the button above.
it seems that the anchor for drawing the widget is bottom-left, while the anchor for mouse events is top-left (not sure if it is related to QQuickView or to QMacNativeWidget).
Attachments
Issue Links
- relates to
-
QTBUG-36322 QMacNativeWidget::mapFromGlobal broken
- Closed
-
QTBUG-40958 When showing a menu inside a widget inside a QMacNativeWidget then it will not be placed correctly
- Closed
-
QTBUG-41777 QQuickView has severe problems when being clipped inside a NSView
- Closed
- replaces
-
QTBUG-36136 QQuickView inside widget via createWindowContainer not resized before mouse enters QQuickItem
- Closed