Opened 15 years ago

Last modified 14 years ago

#6371 confirmed Bug

Chrome: Copy/Paste mangles Formatted text — at Initial Version

Reported by: Jude Allred Owned by:
Priority: Normal Milestone:
Component: Core : Pasting Version: 3.0
Keywords: Chrome Cc: dane@…

Description

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

Changed 15 years ago by Jude Allred

Attachment: chrome.avi 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