Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.12.0
Description
WebEngineView that is contained inside a QML Item, which is rotated 90 degrees, renders comboboxes to locations where the unrotated would be rendered.
Item {
visible: true
width: 480
height: 640
Item {
anchors.fill: parent
rotation: 90
WebEngineView
}
}
Attachments
Issue Links
- is duplicated by
-
QTBUG-63888 Content of a HTML select displayed in WebEngineView shows up at an unexpected position, if the GUI gets rotated
- Closed
- resulted in
-
QTBUG-75893 Rotated WebEngineView renders Comboboxes in wrong orientation
- Closed