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
Open JabRef on a system with at least two displays
Move the application main window to a non-primary display (as far as I can tell, JabRef always opens on the primary display on launch)
Perform an activity spawning a dialog (tested: Help->About, New entry, and a few others, but I'm suspecting that it works for all dialogs)
The dialog will always appear on the primary display, regardless of the position of the application main window (My suspicion is that the initOwner(Window) method is never called when initializing new dialogs. This usually results in the new window appearing on the display the application opened at startup.)
The text was updated successfully, but these errors were encountered:
JabRef version 5.2 on Windows 10
Steps to reproduce the behavior:
initOwner(Window)
method is never called when initializing new dialogs. This usually results in the new window appearing on the display the application opened at startup.)The text was updated successfully, but these errors were encountered: