Opened 15 years ago
Closed 15 years ago
#3882 closed Bug (fixed)
pasteFromWordRemoveStyle config key ignored
Reported by: | Derek Price | Owned by: | Artur Formella |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | 3.0 RC |
Keywords: | Confirmed Review+ | Cc: |
Description
A default value of false is set _source/plugins/pastefromword/plugin.js for CKEDITOR.config.pasteFromWordRemoveStyle, but this config key is not used anywhere. I am attaching a simple patch to cause this key to set the default value for the "Remove Styles" checkbox in the Paste from Word dialog.
Keep up the great work!
Attachments (3)
Change History (9)
Changed 15 years ago by
Attachment: | ckeditor-config-pastefromword-removestyle.diff added |
---|
comment:1 Changed 15 years ago by
Keywords: | Confirmed added; pastefromword config removestyle removed |
---|---|
Owner: | set to Artur Formella |
Status: | new → assigned |
Summary: | pasteFromWordRemoveStyle config key ignored [PATCH INCLUDED] → pasteFromWordRemoveStyle config key ignored |
Type: | New Feature → Bug |
Changed 15 years ago by
Attachment: | 3882.patch added |
---|
comment:2 Changed 15 years ago by
Keywords: | Review? added |
---|
comment:3 Changed 15 years ago by
Keywords: | Review- added; Review? removed |
---|
I'm sorry Artur but it seems that you're using undeclared pasteFromWordRemoveStyle and pasteFromWordIgnoreFontFace variables, instead of using those from config.
Changed 15 years ago by
Attachment: | 3882_2.patch added |
---|
comment:4 Changed 15 years ago by
Keywords: | Review? added; Review- removed |
---|
comment:5 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
two line change to implement default checkbox value based on config key