This issue happens on Windows when taskbar is in non-default location.
Taskbar at bottom screen edge: No issue
Taskbar at left screen edge: Launcher moves left every time it is started
Taskbar at right screen edge: Launcher moves right every time it is started
... I do not know how launcher is implemented on Windows. If it is using java, I have no idea. If it is using Win32 API, then developers could look into monitor working area (GetMonitorInfo()).
I am affected by this bug as well. The workaround (hover taskbar icon until preview appears, right click preview & maximize) works, but now I have to do it every time.
This issue happens on Windows when taskbar is in non-default location.
Taskbar at bottom screen edge: No issue
Taskbar at left screen edge: Launcher moves left every time it is started
Taskbar at right screen edge: Launcher moves right every time it is started
...
I do not know how launcher is implemented on Windows. If it is using java, I have no idea. If it is using Win32 API, then developers could look into monitor working area (GetMonitorInfo()).