Opened 15 years ago
Last modified 15 years ago
#6371 confirmed Bug
Chrome: Copy/Paste mangles Formatted text
| Reported by: | Jude Allred | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Pasting | Version: | 3.0 |
| Keywords: | Chrome | Cc: | dane@… |
Description (last modified by )
- go to CkEditor.com/demo
- click 'new article'
- focus the wysiwyg editor
- set the formatting to 'formatted'
- type <a><enter><b><enter><c><enter>
- highlight "b"
- press ctrl+c
- press ctrl+v
- expected: no visual change
- formatted text is now mangled.
expected source:
<pre> a b c </pre>
actual source:
<pre> <span style="display: none; "> </span>a </pre> <pre> b</pre> <br /> <p> c</p> <br />
See attached video.
Attachments (1)
Change History (4)
Changed 15 years ago by
| Attachment: | chrome.avi added |
|---|
comment:1 Changed 15 years ago by
| Component: | General → Core : Pasting |
|---|---|
| Description: | modified (diff) |
| Keywords: | Chrome added |
| Status: | new → confirmed |
| Version: | → 3.0 |
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
| Cc: | dane@… added |
|---|

In Chrome, the pre block as context in the clipboard is not merged with the one in place, definitely a browser bug, but supposed to be fixed at #5309.