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
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
Visit quilljs.com and go to any Playground instance.
Type some text over multiple lines (multiple paragraphs)
Select all text by pressing <control>+<a> or <command>+<a> on keyboard
Copy text by pressing <control>+<c> / <command>+<c>
Paste with <control>+<v> or <command>+<v> on keyboard
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
The text was updated successfully, but these errors were encountered:
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
<control>+<a>
or<command>+<a>
on keyboard<control>+<c>
/<command>+<c>
<control>+<v>
or<command>+<v>
on keyboardExpected 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
The text was updated successfully, but these errors were encountered: