Opened 12 years ago
Closed 12 years ago
#9087 closed Bug (wontfix)
Can any one please suggest the solution in removing the corrupted text when copied from word pad to ck editor for the version 3.6.1
Reported by: | ck9292 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Server : ASP.Net | Version: | 3.6.1 |
Keywords: | Cc: |
Description
Can any one please suggest the solution in removing the corrupted text when copied from word pad to ck editor for the version 3.6.1
Version of CK editor which we are using is 3.6.1, Revision 7072
is there any code change ?
Version of CK editor which we are using is 3.6.1, Revision 7072
Change History (4)
comment:1 follow-up: 3 Changed 12 years ago by
Status: | new → pending |
---|
comment:2 Changed 12 years ago by
It is occuring for all versions of IE. When ever I am trying to copy and paste the contents from my word pad to ck editor (with bullets , specials symbols) ,only the text is getting copied instead of bullets .
And text is getting corrupted. I want to make sure all the contents are copied from word pad with out no issues.
If i copy the same from note pad there are no issues . Is there any way to fix the issue in code for this particular problem. I greatly appreciate your help.
comment:3 Changed 12 years ago by
Replying to j.swiderski:
Could you provide more details here:
- Like what is the step by step scenario as your comments give no information at all.
- In Which browser does the problem occur?
It is occuring for all versions of IE. When ever I am trying to copy and paste the contents from my word pad to ck editor (with bullets , specials symbols) ,only the text is getting copied instead of bullets .
And text is getting corrupted. I want to make sure all the contents are copied from word pad with out no issues.
If i copy the same from note pad there are no issues . Is there any way to fix the issue in code for this particular problem. I greatly appreciate your help.
comment:4 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | pending → closed |
I have checked this in every browser just to make sure. Wordpad sends no formatting information to the browser. This is a limitation we can't do anything about.
A simple bulleted list is seen in every browser more or less like:
<p><p>test</p><p>test</p><p>test</p><p><br></p>
There is no information that browser is dealing with list.
If I may advise something I think you should use MS WORD for that just please don't forget about turning off:
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.pasteFromWordRemoveFontStyles
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.pasteFromWordRemoveStyles
Could you provide more details here: