Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-73244

Rotated WebEngineView renders Comboboxes to incorrect locations

XMLWordPrintable

    • Linux/X11

      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

      {             anchors.fill: parent             url: "https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select"         }

          }
      }

        1. ComboBox_portrait.png
          246 kB
          Johannes Oikarinen
        2. main.qml
          0.3 kB
          Johannes Oikarinen
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            allan.jensen Allan Sandfeld Jensen
            eeoikari Johannes Oikarinen
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes