We migrated to CKEDITOR 4.4 form fckeditor 2.7 but now we are facing many
problems with Paste from word feature. when we paste from word we are
facing following issues:
1. paste from word does not retains the margin attributes. so if the word
document has content with margins and after using paste from word feature
the margin attribute is removed.
2. paste from word does not retain bullets and numbering which are left
indented in word document.
3. paste from word adds annoying spaces in IE between any sentence and
table below it.
4. paste from word adds annoying spaces in all browsers between any
sentence and bullets and numbering below it.
when we use fckeditor paste from word would copy one to one styles for
each line but ckeditor is not doing that. i have added
CKEDITOR.config.allowedContent = true;
CKEDITOR.config.pasteFromWordRemoveStyles=false;
CKEDITOR.config.pasteFromWordRemoveFontStyles = false;
CKEDITOR.config.pasteFromWordRemoveStyles = false;
CKEDITOR.config.fillEmptyBlocks = false;
follwing attributes to Config.js but still all the issues persists. i have
searched across forums but didnt find any solution working.
I am attaching the word doc and also the ck editor build.js. Please help
us to resolve the issues.
Fri, 09/05/2014 - 20:28
#1