-
-
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
Paste button on maintable does not work properly #6293
Comments
JabRef 5.1--2020-04-14--e86d415 Can confirm this issue. |
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. |
JabRef 5.1--2020-04-20--bc57d22 I can confirm, this has been fixed in the current dev version. |
JabRef 5.1--2020-04-20--d9fe981 Can confirm, too. Thanks for the fix. |
Let's follow the mac related issue in #6419 . |
We had to revert this fix as it is breaking copy pasting via keyboard shortcuts and results in duplicate entries on mac when you paste in a new library. Codewise this seems to be a general issue |
The problem is that on MacOSX the command + v triggers the keyEvent which is handled in MainTable and consumed. |
Decision: Disable in the code only for Mac (MainTable KeyHandler) - to get it working on Windows and Linux again. |
I've just added an update to #6740 |
😫 |
Thanks for your update. We'll look into it. |
I guess the problem is that it doesn't work when the focus is not on the maintable, |
I see, can anyone using Linux confirm this issue still being there? |
Also I noticed that the paste bug in macos is now present in the TextField. I think wee need to disable it there. |
Fixed in master, will be included in the v5.1 release. Should be released in a few hours. |
JabRef 5.1--2020-08-30--e023aa0 Paste button does not function. Neither does ^v. |
@jhh931 What did you copy? I tried copy from the maintable and paste into it. |
JabRef 5.1--2020-08-30--e023aa0 Copy and paste per button and per keyboard shortcuts works for me under Linux. |
Hey - I got some fresh new insights. Steps to reproduce:
|
We probably need to remove the if for the focus owner check for maintable and assume the maintable as default if not text input control |
Fixes #6293 Also enable paste menu/action for empty libraries with no entries yet
Fixes #6293 Also enable paste menu/action for empty libraries with no entries yet
This issue should now be finally fixed in the new master. |
JabRef 5.1--2020-04-12--771af5d
Linux 5.4.19-050419-generic amd64
Java 14
Steps to reproduce the behavior:
Ctr-C
or via theCopy
button).Paste
button.Ctr-V
instead and the entry is inserted in file B.The text was updated successfully, but these errors were encountered: