Closed letsfindaway closed 1 year ago
I could fix the problem when the scene was scrolled. But a similar problem also occurs when zooming. Here the same fix did not help solving this problem. After zooming, even moving and resizing the widget manually does not help.
Position changes due to zooming are correctly reflected. Also the menu is zoomed. But the position is still calculated relative to the top-left corner of the widget as if it would not be zoomed.
So it seems that not only the item position is not correctly forwarded to the QWebEngineView
, but also the scaling.
Cannot find a solution for the zoom problem. Will probably try to create a minimal proof-of-failure and a QTBUG, but this does not help us here.
Is it ok if I provide the workaround for panning only?
I created QTBUG https://bugreports.qt.io/browse/QTBUG-109068.
Closed as PR was merged.
If you move a widget without selecting it, the dropdown list position is not updated.