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

CTRL + C without selected text clears the clipboard buffer #869

Closed
jbalinski opened this issue Sep 5, 2017 · 1 comment · Fixed by #890
Closed

CTRL + C without selected text clears the clipboard buffer #869

jbalinski opened this issue Sep 5, 2017 · 1 comment · Fixed by #890
Assignees
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

Comments

@jbalinski
Copy link

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)

  1. Select and copy text from another application.
  2. Paste the selected content into a text editor to make sure it was copied.
  3. Place cursor in CKEditor without selecting any text.
  4. Use CTRL+C to copy
  5. Paste the "copied" text to a text editor.

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

  • Browser: Chrome/Firefox
  • OS: Windows 10
  • CKEditor version: 4.7.2
  • Installed CKEditor plugins: …
@msamsel msamsel self-assigned this Sep 6, 2017
@msamsel msamsel added status:confirmed An issue confirmed by the development team. type:bug A bug. labels Sep 6, 2017
@msamsel msamsel removed their assignment Sep 6, 2017
@mlewand mlewand added plugin:clipboard The plugin which probably causes the issue. target:major Any docs related issue that should be merged into a major branch. labels Sep 7, 2017
@mlewand mlewand added this to the Backlog milestone Sep 7, 2017
@msamsel msamsel self-assigned this Sep 7, 2017
@mlewand mlewand modified the milestones: Backlog, 4.9.0 Jan 15, 2018
@f1ames
Copy link
Contributor

f1ames commented Jan 31, 2018

Fixed in #890 (59c8722).

@f1ames f1ames closed this as completed Jan 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants