Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Feb 2010 at 11:48 UTC
Updated:
10 Jul 2010 at 01:53 UTC
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
Comment #1
wwalc commentedComment #2
cbrody commentedSubscribing. 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.
Comment #3
mephir commentedMaybe some more feedback about this feature?
Comment #4
jdelaune commentedI seem to get the same issue as cbrody. Adding support for this within the module would be great.
Comment #5
mephir commentedComment #6
mephir commentedChanges commited to CVS
Comment #8
advseb commentedI 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
Comment #9
bratsun commentedThe same issue both with 1.1 and latest dev in FF. Patch is appreciated. Thanks.
Comment #10
bratsun commentedWorks fine with CKEditor 3.0.2, so it's a bug in the editor itself, not in the module.