-
-
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
Only update auto completion suggestions upon major changes #3078
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested this locally and it works for me. The CoarseChangeFilter
is a nice refactoring. Good job!
@tobiasdiez I didn't see any improvement. The problems are still there. JabRef 4.0-dev--snapshot--2017-08-06--master--b7743c4d7 |
@iTao8 Please clarify. This is meant to fix #2998 (comment) and from what I see it does. As Tobias wrote in the issue, there is nothing to be done about author duplicates and so far no one managed to replicate overlapping dropdown box here (I tried as well and couldn't). |
@lenhard 1. Do you mean no one can reproduce the overlapping dropdown box?
|
@iTao8 Thanks for clarifying! Here's my feedback:
|
@iTao8 Thank you very much for your feedback. May I ask you to open a new issue of each of the problems you describe separately. I know this is more work on your side, but would help us to keep track of all the issues and not skip one. Thanks! |
@lenhard @tobiasdiez Thanks! The autocompletion dropdown box covers the input, see the screenshot. The dropdown box started at the bottom of the title filed, so all the input letters in the journal field are covered by this box. I think it should be started at the bottom of the journal filed. |
Also reproducible on Windows if there is not enough space to display the whole list of suggestions (i.e., the suggestions would be placed over the task bar) |
@matthiasgeiger Indeed! Maybe we should just make the size of the drop down list shorter by default. |
Its a known bug of the library we use: https://bitbucket.org/controlsfx/controlsfx/issues/701/auto-complete-box-overlaps-textfield-when |
Fixes #2998. Reused logic from recent change to the backup manager to only propagate mayor changes.
gradle localizationUpdate
?