Opened 15 years ago
Closed 13 years ago
#5554 closed Bug (fixed)
forcePasteAsPlainText can't be set in config file
Reported by: | advseb | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.2.1 |
Keywords: | Cc: |
Description
I'm using CKEditor inside Drupal with the ckeditor module. I want to add the following line to the config file:
config.forcePasteAsPlainText=true;
I debugged the execution of the config js file with Firebug on Firefox 3.6. The structure/class "config" doesn't have a member 'forcePasteAsPlainText'. Therefore, my setting is ignored.
I also added the above line to the config.js file inside ckeditor distribution, but without any effect. Please note, it might be that config.js is never executed due to the Drupal integration. Still, all other settings in the official config file used by the ckeditor module of drupal work.
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Keywords: | Pending added; forcePasteAsPlainText removed |
---|
WFM on trunk.
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | pending → closed |
Works fine under latest CKEditor 3.6.2.
Also I have asked colleague to check it under drupal - problem doesn't seem to occur there also. Setting (in configuration panel) option "Force pasting as plain text:" for particular instance works as expected.
It might be that the issue described above is caused by a bug in the Drupal ckeditor module. Please see:
http://drupal.org/node/703428#comment-2866586