Changes between Initial Version and Version 1 of Ticket #6465


Ignore:
Timestamp:
Oct 14, 2010, 10:02:06 AM (13 years ago)
Author:
Paweł Horzela
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6465

    • Property Summary changed from ckeditor paste from word detection difference ctrl v and button excel to Paste: text pasted from word is cleaned up even when you select 'Cancel' on prompt window
  • Ticket #6465 – Description

    initial v1  
    1 When you copy something from Word ( and in some cases from Excel ) ,
    2 you get a message saying
     1'''To reproduce the defect:'''
    32
    4 "the text you wanted to paste seems to be copied from Word . Do you
    5 want to clean it up before pasting " .
     31. In configuration file (config.js) set flag:
    64
    7 In both cases it pastes the contents , but when pasting with the paste
    8 icon , and copying from the excel i provided to you in attachment , if
    9 you click cancel , it also performs the cleanup ( which it shouldn't
    10 do in that case ).
     5{{{
     6config.pasteFromWordPromptCleanup = true;
     7}}}
     8
     92. 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
     113. Click on 'Cancel' button.
     12
     13'''Expected Result:'''
     14Text pasted from Word is not cleaned up. It is formatted like in Word document.
     15
     16'''Actual Result:'''
     17Text pasted from Word is cleaned up.
     18
     19This 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.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy