Opened 14 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> </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 (2)
comment:1 Changed 14 years ago by
Status: | new → pending |
---|
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
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.
It doesn't happen like that for us, please cited a sample page (isolated from any environment) to reproduce the bug.