Changes between Version 1 and Version 11 of Ticket #6465


Ignore:
Timestamp:
Jul 18, 2012, 2:06:28 PM (12 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6465

    • Property Status changed from new to confirmed
    • Property Version changed from to 3.0
    • Property Summary changed from Paste: text pasted from word is cleaned up even when you select 'Cancel' on prompt window to Paste: content pasted from Excel document loses formatting
  • Ticket #6465 – Description

    v1 v11  
    1 '''To reproduce the defect:'''
     1Original TC:
    22
     3To reproduce the defect:
    341. In configuration file (config.js) set flag:
    4 
    55{{{
    66config.pasteFromWordPromptCleanup = true;
    77}}}
    8 
    982. Copy some text from Word or Excel and click on 'Paste' button from toolbar. You get a prompt message saying: "the text you wanted to paste seems to be copied from Word. Do you want to clean it up before pasting?".
    10 
    1193. Click on 'Cancel' button.
    12 
    1310'''Expected Result:'''
    1411Text pasted from Word is not cleaned up. It is formatted like in Word document.
    15 
    1612'''Actual Result:'''
    1713Text pasted from Word is cleaned up.
    1814
    1915This issue was reproduced only using 'Paste' button from toolbar. When you use 'Ctrl+V' keys and then click 'Cancel' button on prompt window, it works fine.
     16
     17----
     18**NEW CORRECT TC:**
     19
     20It seems that we have problems with formatting content pasted from Excel.
     21
     22**To reproduce: **
     231. Open one of samples provided and paste it into editor using CRTL+V button, paste button and paste from word button
     24
     25**Results:** [[BR]]
     26
     271. IE6-9 - Background is not preserved when using paste from word button although it is present in HTML.  **CRTL+V button and paste button work on the other hand.**
     282. Opera, Chrome and FF - In all cases there is no background
     293. Safari - table is pasted as paragraph (doesn't matter which command you use). ** I have described this as separate issue #8639)**
     30{{{
     31<p>
     32        &nbsp; &nbsp; &nbsp;a b c d &nbsp;</p>
     33}}}
     34
     35Issue(s) has been reproducible from CKEditor 3.0.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy