Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Initial implementation of the clipboard feature #4

Merged
merged 9 commits into from
Oct 28, 2016
Merged

Initial implementation of the clipboard feature #4

merged 9 commits into from
Oct 28, 2016

Conversation

Reinmar
Copy link
Member

@Reinmar Reinmar commented Oct 28, 2016

Fixes ckeditor/ckeditor5#2647.

Status of things:

  1. It works fine in Chrome and Firefox. You can paste content within the editor or from outside. In Safari, only plain text is available so far, but https://bugs.webkit.org/show_bug.cgi?id=19893 is finally closed so this should start to work... one day.
  2. Handling spaces is really tricky. See Handle whitespaces ckeditor5#2651.
  3. Pasting some disallowed content will lead to crashes, inf loops, etc. See Content filtering stability ckeditor5#2649.

@szymonkups szymonkups merged commit 79c4957 into master Oct 28, 2016
@szymonkups szymonkups deleted the t/1 branch October 28, 2016 09:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Basic pasting support
2 participants