Skip to content
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

Exception when exporting to clipboard #4285

Closed
tobiasdiez opened this issue Aug 23, 2018 · 1 comment
Closed

Exception when exporting to clipboard #4285

tobiasdiez opened this issue Aug 23, 2018 · 1 comment
Labels
[outdated] type: bug Confirmed bugs or reports that are very likely to be bugs

Comments

@tobiasdiez
Copy link
Member

Right-click on entry -> Copy -> Export to clipboard.

Detail information:
Opening: D:\Research\A_Central\Latex\bibtex\bib\Literature.bib
Opening: D:\Research\A_Central\Latex\bibtex\bib\Literature.bib
Error exporting to clipboard
java.lang.IllegalStateException: Not on FX application thread; currentThread = pool-3-thread-5
	at com.sun.javafx.tk.Toolkit.checkFxUserThread(Toolkit.java:279)
	at com.sun.javafx.tk.quantum.QuantumToolkit.checkFxUserThread(QuantumToolkit.java:423)
	at javafx.scene.input.Clipboard.setContent(Clipboard.java:231)
	at org.jabref.gui.ClipBoardManager.setContent(ClipBoardManager.java:53)
	at org.jabref.gui.exporter.ExportToClipboardAction.exportToClipboard(ExportToClipboardAction.java:102)
	at org.jabref.gui.exporter.ExportToClipboardAction.lambda$action$0(ExportToClipboardAction.java:56)
	at org.jabref.gui.util.BackgroundTask$1.call(BackgroundTask.java:40)
	at org.jabref.gui.util.DefaultTaskExecutor$1.call(DefaultTaskExecutor.java:110)
	at javafx.concurrent.Task$TaskCallable.call(Task.java:1423)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)

@tobiasdiez tobiasdiez added the [outdated] type: bug Confirmed bugs or reports that are very likely to be bugs label Aug 23, 2018
@Siedlerchr
Copy link
Member

Fixed by #4286

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[outdated] type: bug Confirmed bugs or reports that are very likely to be bugs
Projects
Archived in project
Development

No branches or pull requests

2 participants