Uploaded image for project: 'Nuxeo Drive '
  1. Nuxeo Drive
  2. NXDRIVE-1354

Bring Settings window to the top after login in the browser

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 4.0.0
    • Fix Version/s: 4.0.0
    • Component/s: Authentication
    • Environment:
      Windows 7 and 10

      Description

      On Windows when I add account and login the popups stay in the background instead of appear on front, the login page doesn't close making the user think that no action was made.

      How to reproduce:

      • install drive 4.0.0 on windows
      • go to drive and add account
      • try to login(error: the warning popup should've appear informing that the user needs to synchronize a folder, but opens in the background)

      Note: the same happens with the Drive-Filters window(it opens in the background instead of opening in the front)

      see attachments(drive bug report downloaded from the VM):

      Solution

      A possible solution found here:

      app.show()  #  Bring the window to top on macOS
      app.raise()  # Bring the window from minimized state on macOS
      app.requestActivate()  # Bring the window to front/unminimize on Windows
      

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:

                Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 2 hours, 30 minutes
                2h 30m