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

The application hangs when selecting the "Edit > Manage keywords" menú #4117

Closed
1 task done
JavierMF opened this issue Jun 7, 2018 · 7 comments
Closed
1 task done
Labels
bug Confirmed bugs or reports that are very likely to be bugs os: macOS status: waiting-for-feedback The submitter or other users need to provide more information about the issue ui

Comments

@JavierMF
Copy link
Contributor

JavierMF commented Jun 7, 2018

JabRef version master on Mac OS X 10.11.4 x86_64
Java 1.8.0_172

Steps to reproduce:

  1. Start the application
  2. Select an entry in the MainTable
  3. Select the "Edit > Manage keywords" menú
  4. The application hangs

After debugging, the offender sentence is diag.setVisible(true);

diag.pack();
diag.setVisible(true);
if (canceled) {
return;
}

@Siedlerchr
Copy link
Member

Thanks for the report, looks like a Threading problem between swing and JavaFX. I think the easiest way is to use an fx dialog and add the swing content to a Swing Node. This is how we do it for the cleanup and the settings dialog

@tobiasdiez tobiasdiez added bug Confirmed bugs or reports that are very likely to be bugs ui labels Jun 8, 2018
@Siedlerchr
Copy link
Member

The dialog still works for me on windows however, it could be that it is in the background, hidden behind the main window.

@Siedlerchr Siedlerchr added status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers status: waiting-for-feedback The submitter or other users need to provide more information about the issue and removed status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers labels Jun 12, 2018
@JavierMF
Copy link
Contributor Author

I can see the Spinning Wheel of Death over the application. If I move the main window nothing is shown in the background and if I change the focus to other application I can not come back to JabRef.

@Siedlerchr
Copy link
Member

Siedlerchr commented Jun 15, 2018

Maybe related to #4118

@Siedlerchr
Copy link
Member

We would like to ask you to use a development build from https://builds.jabref.org/master and report back if it works for you. Please remember to make a backup of your library before trying-out this version.

@Siedlerchr
Copy link
Member

Depends on #3861

@Siedlerchr
Copy link
Member

Thank you for reporting this issue. We think, that is already fixed in our development version and consequently the change will be included in the next release.

We would like to ask you to use a development build from https://builds.jabref.org/master and report back if it works for you. Please remember to make a backup of your library before trying-out this version.

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 os: macOS status: waiting-for-feedback The submitter or other users need to provide more information about the issue ui
Projects
Archived in project
Development

No branches or pull requests

3 participants