Opened 14 years ago

Closed 14 years ago

#5488 closed Bug (fixed)

Normal Paste affected by paste from word

Reported by: Garry Yao Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.3
Component: Core : Pasting Version: 3.2
Keywords: Confirmed Review+ Cc:

Description

Reproducing Procedures

  1. Open http://ckeditor.com/files/test.html
  2. Select all page content with Ctrl + A;
  3. Open any of the sample page;
  4. Click on "Paste from Word" button once, in the popup dialog, allow the clipboard access option;
  5. Press "New Page" to clear all contents;
  6. Click this time on "Paste" button, in the popup dialog, allow the clipboard access option;
  • Actual Result: The "class" attribute is missing.
     <p>
    	styled text</p>
    
  • Expected Result:
    <p class="someclass">
    	styled text</p>
    

Attachments (2)

5488.patch (377 bytes) - added by Garry Yao 14 years ago.
5488_TC.html (208 bytes) - added by Garry Yao 14 years ago.
Sample Page for Reproducing

Download all attachments as: .zip

Change History (6)

Changed 14 years ago by Garry Yao

Attachment: 5488.patch added

comment:1 Changed 14 years ago by Garry Yao

Keywords: Review? added
Owner: set to Garry Yao
Status: newassigned
Version: 3.2

comment:2 Changed 14 years ago by Frederico Caldeira Knabben

Please do not use the ckeditor.com web site to provide test files. Please attach then to the ticket when needed.

comment:3 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

Changed 14 years ago by Garry Yao

Attachment: 5488_TC.html added

Sample Page for Reproducing

comment:4 Changed 14 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [5383].

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