Opened 13 years ago

Last modified 13 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 Krzysztof Studnik)

  1. go to CkEditor.com/demo
  2. click 'new article'
  3. focus the wysiwyg editor
  4. set the formatting to 'formatted'
  5. type <a><enter><b><enter><c><enter>
  6. highlight "b"
  7. press ctrl+c
  8. press ctrl+v
  9. expected: no visual change
  10. 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)

chrome.avi (1.0 MB) - added by Jude Allred 13 years ago.

Download all attachments as: .zip

Change History (4)

Changed 13 years ago by Jude Allred

Attachment: chrome.avi added

comment:1 Changed 13 years ago by Krzysztof Studnik

Component: GeneralCore : Pasting
Description: modified (diff)
Keywords: Chrome added
Status: newconfirmed
Version: 3.0

comment:2 Changed 13 years ago by Garry Yao

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.

comment:3 Changed 13 years ago by Dane Bertram

Cc: dane@… added
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy