-
-
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
Copy key and link doesn't copy anything #2983
Comments
Confirmed |
Seems like a bug with the javafx clipboard. @tobiasdiez any idea on this? Maybe we need to still use a swing/awt hack? |
@tobiasdiez I'm using 4.0beta with the revision #2952 under Windonws 10 at the moment, and the function works perfectly with both the shortcut key and the mouse pop-up menu. I just guess that the javafx revision may collide with other revisions made between 4.0beta and dev-snapshot mentioned above. (But I have no idea what it is.. -.-) I hope this helps you. |
Okay, thanks for the clarification. As you are saying, you still use the 4.0 beta, can you tell us which corresponding java version you are using? Just to narrow the problem a bit down.
|
@Siedlerchr It seems that I'm using the same as you are. My version is as below.
FYI, I had manually tested the revision using 4.0beta before invoking PR, because the dev-code did not work properly under Ubuntu 16.04. (I could not edit the entry.) |
I can reproduce this problem on Windows 10 with Java 1.8.0.152. The code is correct as far as I can see and debugging (even the internal javafx code) didn't reveal any problems (according to java everything is put successfully into the clipboard). |
The function "copy BibTex key and link" seems to work well under below circumstatnces.
I could paste the hyperlink to the new-message window of gmail.
|
So do I understand this thread correctly? The function is actually working? If yes, then we can close this. Any updates with the newest version of JabRef? |
Yes, it works also in the latest dev version, I could paste it succesfully into my gmail. As @jhshinn notes, seems to work only for certain applications, Could have been a problem with the java version |
Refs #549 (comment) |
If I put the cursor on an entry and run "copy BibTex key and link" with either the mouse menu or the keyboard shortcut, nothing is put into the clipboard
JabRef 4.0.0-dev--snapshot--2017-07-07--master--eaf53f75d
Windows 7 6.1 amd64
Java 1.8.0_131
The text was updated successfully, but these errors were encountered: