Ticket #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> </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> </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
comment:2 Changed 10 months ago by j.swiderski
- Status changed from pending to closed
- Resolution set to invalid
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.

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