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

Dimmer trying to be stacked before a top level popup window

XMLWordPrintable

      Many tests are failing, regarding the dimmer, when setting popupType to Popup.Window. The dimmer is attempting to stack itself behind the top level PopupWindow, which of course is unnecessary.

      Failing tests:

      FAIL!  : tst_controls::Universal::Popup::test_overlay() Received a warning that resulted in a failure:
      QQuickItem::stackBefore: Cannot stack QQuickRectangle(0x62eb07638c80, parent=0x62eb075c35f0, geometry=0,0 0x0) before QQuickPopupItem(0x62eb07533ed0), which must be a sibling
         Loc: [/home/edc/dev/qt/src/dev/qtdeclarative/src/quick/items/qquickitem.cpp(2874)] 
      
      FAIL!  : tst_controls::Universal::Popup::test_popupOverlayCenterIn() Received a warning that resulted in a failure:
      QQuickItem::stackBefore: Cannot stack QQuickRectangle(0x62eb072813a0, parent=0x62eb07530fb0, geometry=0,0 0x0) before QQuickPopupItem(0x62eb075c35f0), which must be a sibling
         Loc: [/home/edc/dev/qt/src/dev/qtdeclarative/src/quick/items/qquickitem.cpp(2874)]
      
      FAIL!  : tst_controls::Universal::Popup::test_popupWithOverlayInLoader() Received a warning that resulted in a failure:
      QQuickItem::stackBefore: Cannot stack QQuickRectangle(0x62eb075726a0, parent=0x62eb07530fb0, geometry=0,0 0x0) before QQuickPopupItem(0x62eb07711120), which must be a sibling
         Loc: [/home/edc/dev/qt/src/dev/qtdeclarative/src/quick/items/qquickitem.cpp(2874)]

       

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

            edcooke Ed Cooke (Inactive)
            edcooke Ed Cooke (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes