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

Popup widget shown over a native widget not visible

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.6.3
    • None
    • Windows

    Description

      A popup widget shown over a native widget (created from QWidget::createWindowContainer) stays on foreground even if it is raised.

      See attachment to reproduce following the steps below:

      • launch the app
      • click on the first button Show popup
      • the popup is not visible
      • click on the second button Show native popup (using QWidget::raise)
      • the popup is visible
      • click on Hide me button
      • the popup is hidden
      • click again on the second button Show native popup (using QWidget::raise)
      • the popup is not visible
      • Now click on last button Show native popup (using QWindow::raise)
      • the popup is displayed again

       This test case shows 2 issues:

      • a non native popup widget can't be displayed above a native widget created from QWidget::createWindowContainer
      • a native popup widget can't be displayed above its parent widget, if the parent widget has been raised before

       

      Attachments

        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
            e.jorge Jorge Emmanuel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes