Hello
I'm using JabRef 4.3.1 on Windows 10 X64.
I'm trying to reorder my entries on groups.
If I select several entries and using the rightmouse menu choose "Move to group" only the first entry is moved.
If I try to drag it instead of move it it copies it (and duplicate the entries)
The issue is more serious in:
JabRef 5.0-dev--snapshot--2018-10-28--master--05047f32a
Windows 10 10.0 amd64
Java 1.8.0_191
Regarding the "drag'n'drop" feature. I think, this is supposed to work like this. In previous versions of JabRef dragging one item to another group, would assign to this group as well, NOT assign it exclusively to this group. So this should work as intended.
This should be fixed thanks to @Ali96kz in #4439
We would like to ask you to use a development build from https://builds.jabref.org/master and report back if it works for you. Please remember to make a backup of your library before trying-out this version.
JabRef 5.0-dev--snapshot--2018-11-01--master--11ddb8c96
Windows 10 10.0 amd64
Java 1.8.0_191
Cannot confirm - the bug can still be found in the current master build (see also https://github.com/JabRef/jabref/issues/4414#issuecomment-433892072).
I mistakenly referred to this issue from my PR.
@AEgit I found and fixed the underlying issue. It is a simple fix which makes the feature working again.
https://builds.jabref.org/fixgroupsmove/
Note that the entry count number on the group does not update, although the move is succesful, but that is another issue
I can confirm, that this bug has been fixed in:
JabRef 5.0-dev--snapshot--2018-11-04--fixgroupsmove--2bdaba675
Windows 10 10.0 amd64
Java 1.8.0_191
Note, however, that JabRef will now crash, if you
1) Move items from one group to another
2) Open the item view/panel, switch between tabs including the "BibTex Source" tab (without making any modifications)
3) Close the item view/panel
4) Try to move the same items to another group
I am not sure, whether this issue is even connected with the "groups" problem reported here, or whether this is a more general problem of the newer JabRef versions (I remember there were some bug reports suggesting that JabRef would just crash, if the "BibTex Source" tab was opened).
Thanks for the update, will check it out with open entry editor. The crash might be coming from the fact that the move group dialog is still swing and the rest javafx.
I added the dialog to the list of things to be converted.
Thank you for reporting this issue. We think, that is already fixed in our development version and consequently the change will be included in the next release.
We would like to ask you to use a development build from https://builds.jabref.org/master and report back if it works for you. Please remember to make a backup of your library before trying-out this version.
Now it seems to work. It moves and copies properly between groups, though it doesn't update the number of entries on each of them.
Yeah, the number update is another issue already filed here . If you switch to another library and back the numbers should be correct again
I can confirm again that this bug is fixed in:
JabRef 5.0-dev--snapshot--2018-11-11--master--50875f967
Windows 10 10.0 amd64
Java 1.8.0_191
Note, however, that the crashing behaviour reported in https://github.com/JabRef/jabref/issues/4414#issuecomment-435709161 persists (I was not sure, whether comment https://github.com/JabRef/jabref/issues/4414#issuecomment-437432632 referred to the main topic of this thread or the crashing behaviour I reported earlier on).