#13209 closed Bug (wontfix)
Spaces are lost when pasting content copied on other website
| Reported by: | Wiktor Walc | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Pasting | Version: | |
| Keywords: | VendorFix | Cc: |
Description (last modified by )
- Copy changelog for CKEditor 4.5.0 Beta from https://github.com/ckeditor/ckeditor-dev/blob/major/CHANGES.md
- Paste it into the editing area (I used the standard preset), use e.g. the editor here: http://ckeditor.com/apps/ckeditor/4.4.7/samples/replacebycode.html
- Result: spaces are lost e.g. in the sentence that starts with "All drag and drop operations" the space is missing before "editor#paste".
Change History (3)
comment:1 Changed 11 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
comment:2 Changed 11 years ago by
| Description: | modified (diff) |
|---|
comment:3 Changed 11 years ago by
| Keywords: | VendorFix added |
|---|
It looks like it is reported here: https://code.google.com/p/chromium/issues/detail?id=456237

We cannot fix this. Chrome loses these spaces - they are already lost when getting data from data transfer.
The funny thing is that if you change the changelog's text so editor#paste does not start the line, everything works fine :D.