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 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.

Change History (2)

Changed 15 years ago by Jude Allred

Attachment: chrome.avi added

comment:1 Changed 15 years ago by Krzysztof Studnik

Component: GeneralCore : Pasting
Description: modified (diff)
Keywords: Chrome added
Status: newconfirmed
Version: 3.0
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