Opened 14 years ago

Closed 12 years ago

#6290 closed Bug (expired)

Bullets not retained - Copy from word to editor1 table and from editor1 table to editor2 table in new tab.

Reported by: Kiran Kumar A Owned by:
Priority: Normal Milestone:
Component: Core : Pasting Version: 3.4
Keywords: IE Cc:

Description (last modified by Krzysztof Studnik)

  • Created a table in editor1 with one row and two columns.
  • Copied the below content (i.e., any content with bullet points) from word document to an editor1 table.
    •abc
    •xyz
    
  • The content got copied fine.
  • Now copied this content from the editor1 table and pasted in the table created in an editor2 opened in a new tab (IE 7).
  • The bullet formatting is not retained and the data is read as &nbsp.

Attachments (1)

krst_13.15.34.png (12.7 KB) - added by Krzysztof Studnik 14 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 Changed 14 years ago by Krzysztof Studnik

Description: modified (diff)
Keywords: IE added
Status: newpending

@Kiran Kumar A: Could You attach result code from the last step?


In My environment: Two separate editors (demo) opened in tabs in IE, I followed the case, as described. The end result is different.

  • After pasting content from Editor 1 to Editor 2 - effect as in attached screen.
  • When I switched to source editing - there was only code of the empty table, without pasted content
    <table border="1" cellpadding="1" cellspacing="1" style="width: 500px">
      <tbody>
         <tr>
    	<td>
    		&nbsp;</td>
    	<td>
    		&nbsp;</td>
         </tr>
      </tbody>
    </table>
    

Expected result should be:

...
<td>
  <ul>
   <li>
	Abc</li>
   <li>
        xzy</li>
  </ul>
</td>
...

Changed 14 years ago by Krzysztof Studnik

Attachment: krst_13.15.34.png added

comment:2 Changed 12 years ago by Jakub Ś

Resolution: expired
Status: pendingclosed
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