You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Put some text in the clipboard via "echo foo | xset -b"
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...
The text was updated successfully, but these errors were encountered:
What steps will reproduce the problem?
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...
The text was updated successfully, but these errors were encountered: