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

Dialog loses its modality if user opens a popup within the dialog

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P2: Important
    • 4.7.1
    • 4.6.0
    • None
    • None

    Description

      Open QFileDialog from any of the applications.
      Try to press Softkey Cancel ==> nothing happens as softkey is outside of modal dialog (bug about this exists)
      Open any of the comboboxes within the QFileDialog.
      Close combobox.
      Try to press Softkey Cancel ==> dialog is cancelled.

      This is due to void QApplicationPrivate::openPopup(QWidget *popup)
      It always cancels SetPointerCapture and void QApplicationPrivate::closePopup(QWidget *popup) does
      not re-enable it in case parent is modal dialog.

      Attachments

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

        Activity

          People

            riskedal Espen Riskedal (closed Nokia identity) (Inactive)
            samimeri Sami Merila (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes