JabRef version 5.2 on Windows 10
Steps to reproduce the behavior:
- 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.)
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.)