-
-
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
The item count in a group is not increased when dragging a entry to the group #4679
Comments
Can confirm first issue for: JabRef 5.0-dev--snapshot--2019-02-20--master--3589dc3cb The second issue, however, is different for me:
I am able to remove multiple entries from a group by selecting them in the main table, right-clicking on the respective group and using "Remove selected entries from this group". So, I cannot confirm the second issue. |
Hi, I was able to reproduce this issue on my system and would like to work on resolving it. |
Thanks to @samiyac this should be fixed in the latest development version. Could you please check the build from http://builds.jabref.org/master/. Thanks! Please remember to make a backup of your library before trying-out this version. |
Seems ok. Thanks a lot. |
I can confirm that his has been fixed in: JabRef 5.0-dev--snapshot--2019-03-28--master--a73167933 Note, however, that for large databases (in my case >16,000 entries) when performing such an action, i. e. either adding an item to a group or removing it, the CPU load shoots up to >80% on a Intel Core i7 Quadcore (incl. Hyperthreading). If you add several entries at once or consecutively to a group, it will take a couple of seconds until the item count is updated properly and the CPU load stays >80% for roughly 1 minute. So for large databases, the current implementation currently poses a performance problem.
I personally would already be happy with the second solution - which is probably easier to implement - since I do not really care about the number of items in a group, but I do care, whether the items that belong to a group are marked as such in the group panel. |
JabRef 5.0-dev--snapshot--2019-02-19--master--1b6c7b5b9
Windows 7 6.1 amd64
Java 1.8.0_201
Steps to reproduce the behavior:
Removing selected items from a group using right click on the group and use "remove selected entries from this group" is not working at all. I had to remove entries with right clicking the entry and using the "remove from group" dialog separately on each entry.
The text was updated successfully, but these errors were encountered: