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

Problem with copy and paste #340

Closed
raviteja2200 opened this issue Sep 28, 2017 · 4 comments
Closed

Problem with copy and paste #340

raviteja2200 opened this issue Sep 28, 2017 · 4 comments

Comments

@raviteja2200
Copy link

Expected behavior

New text typed after a string, which is pasted should be appended

Actual behavior

The copied text disappears and new char typed is being printed twice

Steps to reproduce

  • Copy a long string (cmd +c)
  • Paste it on terminal (cmd +v)
  • Type a single letter 'a'
  • Notice that the copied string is gone and 'aa' on terminal

Browser and OS

Browser:Version 60.0.3112.113 (Official Build) (64-bit)
OS: macOS Sierra
version 10.12.6

jcubic added a commit that referenced this issue Sep 28, 2017
@jcubic
Copy link
Owner

jcubic commented Sep 28, 2017

Fixed in devel branch.

@raviteja2200
Copy link
Author

Thanks for the quick fix, will this be available in next release?

@jcubic
Copy link
Owner

jcubic commented Sep 29, 2017

yes, next version 1.9.0

@raviteja2200
Copy link
Author

Thanks, I have tested the fix using devel branch.

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