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

Rotated WebEngineView renders Comboboxes to incorrect locations

    XMLWordPrintable

Details

    • Linux/X11

    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

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

          }
      }

      Attachments

        1. main.qml
          0.3 kB
        2. ComboBox_portrait.png
          ComboBox_portrait.png
          246 kB

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: