Closed (won't fix)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.3
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2011 at 09:06 UTC
Updated:
21 Sep 2011 at 12:48 UTC
Jump to comment: Most recent file
Comments
Comment #1
mkesicki commentedWhat version of CKEditor library do you use ?
Can you try disable "HTML Entities" option in "Advanced options" tab in CKEditor's profile configuration ?
Can you check your problem in http://ckeditor.com/demo ? Just use your text and see what do you have in source mode.
Please paste your text here. I will try check this later.
Comment #2
Morn commentedI am using CKeditor 3.6.1 at all my sites (with 7.1.2, 7.1.3 and 7.dev and also with 6.1.4)
Disabling HTML Entities does not resolve the problem - so I continue to work with 7.1.2
At this site I also had the problem : http://drupal.org/node/1264884 with was resolved with the dev version.
On another Site (different Server) I do not have this bug with 7.1.3 and I didn't had the problem #1264884 after
upgrading.
Also, the problem doesn't occur at http://ckeditor.com/demo -
But as I said, np with 7.1.2 .
Comment #3
mkesicki commentedOk I will try check this ASAP.
Comment #4
mkesicki commentedI have tested this with drupal 7.8 and ckeditor latest DEV version. I can't reproduce this.
Everything looks ok with your text (with "html entities" options enabled/disabled) .
If I understand you good, on start you have editor off (normal drupal Textarea) than after switching to 'rich text editor', your text is a mess ? Am I right ?
What text format do you use ? Do you use any security, text filters ?
What other modules do you have installed ?
Can you try other entities options from http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.enti.... Add them to "Custom javascript configuration " field in "Advanced Options" tab.
EDIT:
Maybe write steps to reproduce this problem in your case.
Comment #5
Morn commentedIts a small Site:
Drupal 7.8
Corolla 7.x-1.21
Google Fonts 7.x-2.3
IMCE 7.x-1.4
Advanced help 7.x-1.0-beta1
CKEditor - WYSIWYG HTML editor 7.x-1.2 (only 7.13/ 7.dev causes the problem)
If I understand you good, on start you have editor off (normal drupal Textarea) than after switching to 'rich text editor', your text is a mess ? Am I right ?
Yes
Only php Filter
I'll try later with the option
config.entities = false;Comment #6
mkesicki commentedI checked this with your modules and theme and I can't reproduce this. Maybe you can give us more informations how to reproduce this issue.
Comment #7
Morn commentedI installed the latest dev Version, problem persists ... but I think I found a work around:
Under Security I changed to: "Run security filters only when CKEditor is set to start automatically. "
and start editing with CK disabled. Everythink looks fine.
Using "Always run security filters for CKEditor." causes the problem (or starting ck automatically), even if no
Security Filter was choosen.
In the "Error State" following happens:
- In an empty page I insert "ä" and save it.
- "ä" is displayed correctly.
- I edit this page with CK automatically activated:
ä changes to
äand is also saved so.So the error seems to come from the changes in the security filter handling (worked under 7.1.2)
Comment #8
mkesicki commentedOk thx,
we try check this ASAP. Please be patient.
Comment #9
mkesicki commented@Morn I tried your steps to reproduce this issue and I don't see any errors.
Can you check if running update.php (Drupal script) will update something ?
Can you check this when you disable other modules ?
Comment #10
Morn commentedIts a fresh CK installtion, update.php show nothing new.
Disabling modules has no effect.
Changing to Wysiwyg with the same CK 3.6.1 resolves the problem, the error must be somewhere in the security option.
It seems to depend on the server:
php info of a server without problems: phpworks_htm.txt (rename to .hmt)
php info of a server with this Bug: phpdoenstwork_htm.txt
I hope it helps a little
Comment #11
mkesicki commentedCan you check on 'broken' server if everything works ok when CKEditor module is disabled ?
Comment #12
Morn commentedYes.
I also replaced the CKeditor module against the Wysiwyg + CKeditor Module, and everything works Ok,
so I am closing this issue, since its too difficult to test.
Comment #13
mkesicki commentedSimilar problem is described here: #1283918: [D7] UTF-8 issues