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

Copying and pasting with all text selected via <control>+<a> leads to one less line being pasted #1202

Closed
CoenWarmer opened this issue Dec 19, 2016 · 1 comment

Comments

@CoenWarmer
Copy link

CoenWarmer commented Dec 19, 2016

Copying and pasting with all text selected via <control>+<a> or <command>+<a> followed by <control>+<c> / <command>+<c> and <control>+<v> / <command>+<v> leads to the last line not being pasted.

Steps for Reproduction

  1. Visit quilljs.com and go to any Playground instance.
  2. Type some text over multiple lines (multiple paragraphs)
  3. Select all text by pressing <control>+<a> or <command>+<a> on keyboard
  4. Copy text by pressing <control>+<c> / <command>+<c>
  5. Paste with <control>+<v> or <command>+<v> on keyboard
  6. Notice the last line of the text selected in step 2 hasn't been pasted.

Expected behavior:

All lines in the selection are pasted.

Actual behavior:

Last line is not included in paste action.

Platforms:

Firefox 49.0.2, Internet Explorer 11, Edge

Chrome is not affected.

Version:

1.1.7

@dalipkumar703
Copy link

@jhchen reason for closing?

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