Opened 14 years ago

Last modified 8 years ago

#6789 closed Bug

Pasting: mso-list: ignore not handled properly — at Initial Version

Reported by: Wiktor Walc Owned by:
Priority: Normal Milestone: CKEditor 4.6.0
Component: Plugin : Paste from Word Version:
Keywords: Cc:

Description

  1. Go to source mode
  2. Copy the following content in the editor :
    <pre>
    <span style="mso-list: ignore">
     test
    </span>
    </pre>
    
  3. Go to wysiwyg mode
  4. Select all
  5. Press ctrl-X ( Cut )
  6. Press Ctrl-V (Paste )
  7. Now , you get a message asking to cleanup the content
  8. Press OK
  9. Notice that the text now contains <> test:
<pre>
&lt;&gt;test 
&nbsp;</pre>

Change History (0)

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