Changes between Initial Version and Version 3 of Ticket #12410
- Timestamp:
- Sep 9, 2014, 1:03:03 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12410
-
Property
Status
changed from
new
topending
- Property Keywords Blink Webkit added; copy paste plain text chrome removed
-
Property
Version
changed from
4.4.4
to4.0
-
Property
Summary
changed from
Copy pasting plain text in google Chrome is causing text formatting to be messed up
to[Blink, Webkit] Pasting plain text into styles text is causing text formatting lost.
-
Property
Status
changed from
-
Ticket #12410 – Description
initial v3 9 9 1. Google Chrome 10 10 2. Windows 8 11 ---- 12 **Edit:** 13 1. Use Blink or Webkit browser 14 2. Load any sample and switch to source mode 15 3. Paste below code and switch to wysiwyg 16 {{{ 17 <table > 18 <tbody> 19 <tr> 20 <td> 21 <span style="font-size:23pt">explorer deliver</span> 22 </td> 23 </tr> 24 </tbody> 25 </table> 26 }}} 27 4. Type "some text" in notepad and copy this text with ctrl+C 28 5. Paste this text in {{{explorer del^iver}}} 29 **Result:** Span is removed. 30 31 This problem can be reproduced in Blink and Webkit brwosers from CKEditor 4.0. I was able to reproduce this in Windows and Linux but not Mac.