Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import dialog hidden behind main window #1554

Closed
tobiasdiez opened this issue Jul 7, 2016 · 3 comments
Closed

Import dialog hidden behind main window #1554

tobiasdiez opened this issue Jul 7, 2016 · 3 comments
Assignees
Labels
bug Confirmed bugs or reports that are very likely to be bugs ui

Comments

@tobiasdiez
Copy link
Member

JabRef version latest dev (but also previous versions) on Windows 10

Steps to reproduce:

  1. Open JabRef
  2. Open another program which is now in the front
  3. Import some entry into JabRef using the cmd line option (e.g. using JabFox)
  4. JabRef gains focus. However, the opened import dialog is hidden behind the main window.
@tobiasdiez tobiasdiez added bug Confirmed bugs or reports that are very likely to be bugs ui labels Jul 7, 2016
@Siedlerchr
Copy link
Member

Siedlerchr commented Jul 7, 2016

Same applies when using the fetcher.

@matthiasgeiger
Copy link
Member

@matthiasgeiger matthiasgeiger self-assigned this Jul 26, 2016
@matthiasgeiger
Copy link
Member

As the fix is even simpler I won't open a PR for this but directly fix it in master.

The ImportInspectionDialog has not set the JabRefFrame as its owner...

Siedlerchr added a commit to Siedlerchr/jabref that referenced this issue Aug 5, 2016
* master:
  Fixed OO/LO manual connection dialog on Linux
  Removed thrown Exception declarations (JabRef#1673)
  Fix JabRef#1288 Newly opened bib-file is not focused (JabRef#1671)
  Refactor DB loading
  Fix OutOfBoundsException when importing multiple entries in medline format (JabRef#1611)
  Removed the possibility to auto show or hide the groups interface (JabRef#1668)
  Add test to describe workaround for JabRef#1633
  Fixed JabRef#1643: Searching with double quotes in a specific field ignores the last character
  fix build
  Fixes JabRef#1554: JabRefFrame is set as owner for ImportInspectionDialog
  Fixed most of the ErrorProne warnings
  Replaced output of getResolvedField to Optional<String> (JabRef#1650)
  PushToApplication cleanup and refactoring (JabRef#1659)
  Replaced Object with appropriate class where possible (JabRef#1660)
  Replaced some array return types (JabRef#1661)
  Fix XMP test
  Localization
  Moved the main part of XMPUtil to jabref.XMPUtilMain and injected a b… (JabRef#1642)
  Made possible to make the OO/LO panel a bit more narrow (JabRef#1652)
  French localization: Jabref_fr: empty strings + some cleaning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed bugs or reports that are very likely to be bugs ui
Projects
None yet
Development

No branches or pull requests

4 participants