You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
I understand this is a limitation given the current implementation (launching the SWT browser in a separate process on Mac and Linux, and sometimes on Windows too to avoid loading native libraries multiple times).
However since this login browser isn't modal, it shows two issues:
It can popup on a different monitor - it will popup on the primary monitor even if my intellij instance is on the second monitor.
It can go into background if it's not the active window.
I understand this is a limitation given the current implementation (launching the SWT browser in a separate process on Mac and Linux, and sometimes on Windows too to avoid loading native libraries multiple times).
However since this login browser isn't modal, it shows two issues:
Thanks!