-
-
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
On Linux some JavaFX tables are "lazily" updated #5902
Comments
Does this apply only to this particular table, or do you see the same behavior also in other dialogs? |
Regarding the manage external file type dialog: Maybe you need to add the Extractor property, so that underlying changes are properly reported:
I needed this in the custom external file types dlg as well |
@Siedlerchr I don't think, this will help, since even if I remove an entry in the list and I add a new one, the table is not getting refreshed, although this should update the table, as described in your link. (Btw: I have already seen the pattern |
Currently, I could only observe it in this particular table. In the main table, I could observe a different behavior, for which I will create different issues. |
Nevertheless, I tried the suggestion of @Siedlerchr but it did not help. |
This issue has been inactive for half a year. Since JabRef is constantly evolving this issue may not be relevant any longer and it will be closed in two weeks if no further activity occurs. As part of an effort to ensure that the JabRef team is focusing on important and valid issues, we would like to ask if you could update the issue if it still persists. This could be in the following form:
Thank you for your contribution! |
Issue still persists. Description has been updated. |
This issue has been inactive for half a year. Since JabRef is constantly evolving this issue may not be relevant any longer and it will be closed in two weeks if no further activity occurs. As part of an effort to ensure that the JabRef team is focusing on important and valid issues, we would like to ask if you could update the issue if it still persists. This could be in the following form:
Thank you for your contribution! |
I am using the latest JabRef 5 master build:
on Ubuntu 16.04
Some JavaFX tables get "lazily" updated on Linux: In more detail, e.g. the table in the dialog "Manage external file types" (Options > Preferences > External programs > Manage external file types) is only refreshed, when an updated entry firstly gets scrolled out of the visible table area and then gets scrolled back in, so that the table entry is again visible, then also the values contained in this changed entry are actually shown updated.
The text was updated successfully, but these errors were encountered: