Opened 13 years ago

Closed 12 years ago

#6637 closed Bug (invalid)

copy pasting from word to ckeditor

Reported by: kahhor Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

The problem is when he copy from word document to CKeditor, and if you check the source code:

  • it creates <p>&nbsp;</p> instead of new lines (which is not very good, but we can live with it)
  • border="0" cellpadding="0" cellspacing="0" for table (which is ok)

if you save it and then open it again and check the source code:

  • <p>&nbsp;</p> becomes <p>?</p> (which is bad)
  • border="0" cellpadding="0" cellspacing="0" becomes border="1" cellpadding="�" cellspacing="�" (weird, but that border becomes 1 even better)

if you save it again and check the source code:

  • <p>?</p> remains the same
  • but border="1" cellpadding="�" cellspacing="�" becomes border="1" cellpadding="65533" cellspacing="65533"

Change History (2)

comment:1 Changed 13 years ago by Garry Yao

Status: newpending

It doesn't happen like that for us, please cited a sample page (isolated from any environment) to reproduce the bug.

comment:2 Changed 12 years ago by Jakub Ś

Resolution: invalid
Status: pendingclosed

if you save it and then open it again and check the source code

Saving in DB and loading data back to editor indicates problems with different encodings used in Page, Webapp or DB.

This is not CKEditor issue.

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