#8390 closed Bug (wontfix)
Setting pasteFromWordRemoveFontStyles to false not working properly
Reported by: | naresh.sivaraman | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Plugin : Paste from Word | Version: | 3.4.2 |
Keywords: | CantFix | Cc: |
Description
We have set pasteFromWordRemoveFontStyles to false in our config.
After that, when trying to copy a text of font 'Georgia' and size '10', we see that the font is copied properly, but the size is not. Size is copied as 12pt in the CKEDITOR. I am attaching the .doc file along.
Tested with MS Word 2007.
Could not test this with ckeditor.com/demo as the config parameter is not set i believe.
Attachments (1)
Change History (3)
Changed 13 years ago by
comment:1 Changed 13 years ago by
Component: | General → Core : Pasting |
---|---|
Keywords: | CantFix added |
Resolution: | → wontfix |
Status: | new → closed |
comment:2 Changed 11 years ago by
Component: | Core : Pasting → Plugin : Paste from Word |
---|
The following is the HTML that browsers receive from Word when pasting happens from that document:
IE:
Firefox:
As we can see, there is no proper size information on the data, so there is nothing we can do here.