Looking at #687964: Forcing PASTE AS TEXT and #700458: forcePasteAsPlainText not working in Safari it seems it might be a good idea to include this setting in CKEditor profile.

Comments

wwalc’s picture

Title: Add http://drupal.org/node/687964 to CKEditor profile » Add forcePasteAsPlainText to CKEditor profile
cbrody’s picture

Subscribing. I need to forcePasteAsPlainText for a subset of users, and for some reason the only way I can do this is in the ckeditor.config.js file, which of course affects all users. Setting a "forcePasteAsPlainText" value in the Advanced settings of the individual profile doesn't seem to work.

mephir’s picture

Maybe some more feedback about this feature?

jdelaune’s picture

I seem to get the same issue as cbrody. Adding support for this within the module would be great.

mephir’s picture

Assigned: Unassigned » mephir
Status: Active » Needs work
mephir’s picture

Status: Needs work » Fixed

Changes commited to CVS

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

advseb’s picture

Version: 6.x-1.0 » 6.x-1.1
Category: feature » bug
Status: Closed (fixed) » Active

I manually merged the CVS change into my own site and it doesn't work. No matter what I select in the option, the behaviour while pasting text from MS Word to FF doesn't change at all. It always inserts HTML code.

I debugged the execution of the ckeditor.config.js file and noticed that the config object doesn't contain a member "forcePasteAsPlainText". Not sure if that is a coincidence or related.

I documented this missing member here, too:

https://dev.fckeditor.net/ticket/5554

First, it would be great to know if that is a Drupal issue or a ckeditor issue.

I'm using:
- ckeditor-module 6.1
- ckeditor 3.2.1
- Drupal 6.16

bratsun’s picture

The same issue both with 1.1 and latest dev in FF. Patch is appreciated. Thanks.

bratsun’s picture

Status: Active » Closed (fixed)

Works fine with CKEditor 3.0.2, so it's a bug in the editor itself, not in the module.