Before switching to the CKeditor:
bankenunabhängige
after activating the editor
bankenunabhängige
Happens with all ä, ü etc. chars.
Same error with the september 1. dev version

Does not occur with 7.1.2 (I reverted to this Version)

CommentFileSizeAuthor
#10 phpworks_htm.txt62.01 KBMorn
#10 phpdoenstwork_htm.txt55.62 KBMorn

Comments

mkesicki’s picture

Priority: Major » Normal
Status: Active » Postponed (maintainer needs more info)

What 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.

Morn’s picture

I 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 .

mkesicki’s picture

Status: Postponed (maintainer needs more info) » Needs work

Ok I will try check this ASAP.

mkesicki’s picture

Status: Needs work » Postponed (maintainer needs more info)

I 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.

Morn’s picture

Its 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;

mkesicki’s picture

I 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.

Morn’s picture

I 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)

mkesicki’s picture

Ok thx,
we try check this ASAP. Please be patient.

mkesicki’s picture

@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 ?

Morn’s picture

StatusFileSize
new55.62 KB
new62.01 KB

Its 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

mkesicki’s picture

Can you check on 'broken' server if everything works ok when CKEditor module is disabled ?

Morn’s picture

Priority: Normal » Minor
Status: Postponed (maintainer needs more info) » Closed (won't fix)

Yes.

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.

mkesicki’s picture

Similar problem is described here: #1283918: [D7] UTF-8 issues