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

After a permission dialog is shown to request permissions it will send the Application active changed signals both for inactive and active instead of sending one before the dialog is shown

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P3: Somewhat important
    • None
    • 5.12.4
    • QPA
    • None

    Description

      After a permission dialog is shown to request permissions it will send the Application active changed signals both for inactive and active instead of sending one before the dialog is shown. What happens is the following:

      • Permissions requested
      • Dialog Shown
      • Dialog dismissed
      • Application active changed signal indicating it is active
      • Application active changed signal indicating it is inactive

      What should happen is:

      • Permissions requested
      • Dialog Shown
      • Application active changed signal indicating it is active
      • Dialog dismissed
      • Application active changed signal indicating it is inactive

      The example attached will reproduce this using the location permission, click on the button to trigger it.

      Attachments

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

        Activity

          People

            qt.team.graphics.and.multimedia Qt Graphics Team
            andysh Andy Shaw
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes