Download & Extend

Add forcePasteAsPlainText to CKEditor profile

Project:CKEditor - WYSIWYG HTML editor
Version:6.x-1.1
Component:Code
Category:bug report
Priority:normal
Assigned:mephir
Status:closed (fixed)

Issue Summary

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

#1

Title:Add http://drupal.org/node/687964 to CKEditor profile» Add forcePasteAsPlainText to CKEditor profile

#2

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.

#3

Maybe some more feedback about this feature?

#4

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

#5

Assigned to:Anonymous» mephir
Status:active» needs work

#6

Status:needs work» fixed

Changes commited to CVS

#7

Status:fixed» closed (fixed)

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

#8

Version:6.x-1.0» 6.x-1.1
Category:feature request» bug report
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

#9

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

#10

Status:active» closed (fixed)

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