Opened 8 years ago
Closed 8 years ago
#3882 closed Bug (fixed)
pasteFromWordRemoveStyle config key ignored
| Reported by: | dprice | Owned by: | arczi |
|---|---|---|---|
| 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 8 years ago by dprice
comment:1 Changed 8 years ago by arczi
- Keywords Confirmed added; pastefromword config removestyle removed
- Owner set to arczi
- Status changed from new to assigned
- Summary changed from pasteFromWordRemoveStyle config key ignored [PATCH INCLUDED] to pasteFromWordRemoveStyle config key ignored
- Type changed from New Feature to Bug
Changed 8 years ago by arczi
comment:2 Changed 8 years ago by arczi
- Keywords Review? added
comment:3 Changed 8 years ago by tobiasz.cudnik
- 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 8 years ago by arczi
comment:4 Changed 8 years ago by arczi
- Keywords Review? added; Review- removed
comment:5 Changed 8 years ago by tobiasz.cudnik
- Keywords Review+ added; Review? removed
comment:6 Changed 8 years ago by arczi
- Resolution set to fixed
- Status changed from assigned to closed
Fixed with [3851]
Note: See
TracTickets for help on using
tickets.

two line change to implement default checkbox value based on config key