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

Quick's Popup cannot follow the parent Item attribute rotation!

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P3: Somewhat important
    • None
    • 5.11.1
    • Quick: Controls 2
    • None
    • Other

    Description

      Item
          {
              id: rootItem
              width: parent.height
              height: parent.width
              anchors.centerIn: parent
              rotation: 270

              //------------------------------Popup
              Popup
              {
                  parent: rootItem
                  width : parent.width  * 0.8
                  height: parent.height * 0.08
              }

         }

       

       

       

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              qt.team.quick.subscriptions Qt Quick and Widgets Team
              angelus li maoqing
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes