-
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
-
Tags:
-
Browser:
-
Sprint:nxDrive 10.3.7
-
Story Points:1
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