Opened 15 years ago
Last modified 14 years ago
#6371 confirmed Bug
Chrome: Copy/Paste mangles Formatted text — at Version 1
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.
Change History (2)
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 |