From f8f163e6f5a2a836e57a3fc1ef83696d922aa436 Mon Sep 17 00:00:00 2001 From: AnandChandrakar <44014985+AnandChandrakar@users.noreply.github.com> Date: Tue, 23 Jan 2024 16:52:42 +0530 Subject: [PATCH 1/2] fixed issue 10425 --- CHANGELOG.md | 1 + .../java/org/jabref/gui/fieldeditors/LinkedFilesEditor.fxml | 5 ++--- .../java/org/jabref/gui/fieldeditors/LinkedFilesEditor.java | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3759e8323a..177d57fbdb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv ### Fixed +- We fixed an issue where the fulltext search button in entry editor used to disappear on click till the search is completed. [#10425](https://github.com/JabRef/jabref/issues/10508) - We fixed an issue where attempting to cancel the importing/generation of an entry from id is ignored. [#10508](https://github.com/JabRef/jabref/issues/10508) - We fixed an issue where the preview panel showing the wrong entry (an entry that is not selected in the entry table). [#9172](https://github.com/JabRef/jabref/issues/9172) - The last page of a PDF is now indexed by the full text search. [#10193](https://github.com/JabRef/jabref/issues/10193) diff --git a/src/main/java/org/jabref/gui/fieldeditors/LinkedFilesEditor.fxml b/src/main/java/org/jabref/gui/fieldeditors/LinkedFilesEditor.fxml index f73bdc72290..1fecf35204b 100644 --- a/src/main/java/org/jabref/gui/fieldeditors/LinkedFilesEditor.fxml +++ b/src/main/java/org/jabref/gui/fieldeditors/LinkedFilesEditor.fxml @@ -23,9 +23,8 @@