Changes between Initial Version and Version 1 of Ticket #12282, comment 4


Ignore:
Timestamp:
Sep 23, 2014, 4:26:51 PM (9 years ago)
Author:
Kunal
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12282, comment 4

    initial v1  
    22
    331) Open MS Word and type following sentence (<NEW_LINE_USE_ENTER just means press ENTER key to get to new line)
     4   
     5{{{
    46   ABC <NEW_LINE_USE_ENTER>
    57   DEF <NEW_LINE_USE_ENTER>
    68   GHI <NEW_LINE_USE_ENTER>
     9}}}
     10
    711   
    8122) Copy the complete content and paste it into notepad. You would notice that it does nicely fit into notepad as
    913
     14{{{
    1015    ABC
    1116    DEF
    1217    GHI
     18}}}
     19
    1320
    1421   and if you try to capture the paste event using javascript, it gives you the exact same data 'e.data.getData( "text/plain" )'
     
    16233) Now if you repeat the above steps with CKEditor (instead of MS WORD) and paste it into notepad, you would see
    1724   
     25
     26{{{
    1827    ABC
    1928
     
    2231    GHI
    2332
     33}}}
     34
     35
    2436   If you also inspect the content of e.data.getData( "text/plain" ), you do see the same exact content.
    2537
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy