-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Exception when merging entries #5169
Comments
The new java 5.0 alpha now requires java 11 and openjfx11, so you no longer need to run a snap version. |
@Siedlerchr I can reproduce this issue, but I'm not sure it's simply a snap error. |
I can reproduce this issue on Ubuntu-16.04 x86_64, running the master db96f88 build from https://github.com/JabRef/jabref.git, just running the script |
Could also confirm this under windows. I have 8 entries and merge two of them.
|
The problem was that `sourceChanged` was invoked asynchronous and thus the information in the change event could be obsolete if another thread changed the underlying list in the meantime. Solution: run `sourceChanged` on the JavaFX thread but synchronously. Fixes #5169.
Hello, I am on Fedora 30, running Jabref Snap Edge
Steps to reproduce the behavior:
Log File
The text was updated successfully, but these errors were encountered: