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

rest-client sometimes does not respect the clipboard (Ctrl+C) contents on X windows #34

Open
jwdevel opened this issue Feb 12, 2015 · 3 comments

Comments

@jwdevel
Copy link

jwdevel commented Feb 12, 2015

What steps will reproduce the problem?

  1. Put some text in the clipboard via "echo foo | xset -b"
  2. Try to paste (Ctrl+V) into rest-client, anywhere (URL, body text, etc)

Expected behavior:

The text "foo" is pasted

Actual behavior:

Nothing is pasted.

What version of the product are you using? On what operating system?

3.4.2, Fedora 21.

Please provide any additional information below.

Interestingly, if I do a "Ctrl+C" to copy some text in firefox, then rest-client does paste it properly. So you might thing there is something wrong with "xset".

However, if I do the above command ("echo foo | xset -b"), I can successfully paste that text into firefox or other applications.

So this makes me think rest-client is doing something wrong...

@jwdevel
Copy link
Author

jwdevel commented Feb 12, 2015

(migrated from google code — whoops)

@subwiz
Copy link
Member

subwiz commented Feb 20, 2015

Are you using openjdk or oracle jvm?

@jwdevel
Copy link
Author

jwdevel commented Feb 23, 2015

OpenJDK - specifically: java-1.8.0-openjdk-1:1.8.0.31-3.b13.fc21.x86_64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants