CTRL + C without selected text clears the clipboard buffer #869
Labels
plugin:clipboard
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
target:major
Any docs related issue that should be merged into a major branch.
type:bug
A bug.
Milestone
Are you reporting a feature request or a bug?
Bug
Check if the issue is already reported
Put all reference links here…
Provide detailed reproduction steps (if any)
Expected result
The copy buffer should still have the copied text that existed in it before the steps above. This is consistent with other applications where hitting CTRL + C when text isn't selected does not modify the active contents of the clipboard. CTRL + C without selected text is handled this way because it only occurs when a user does it accidentally.
This is reproducible on the CKEditor demo page.
Actual result
The copy buffer is cleared.
Other details
The text was updated successfully, but these errors were encountered: