After the 6.x-1.10 update I'm experiencing the following problems (I'm running three sites):

  1. First site - appears to work correctly, but on re-editing some style information is lost. Such as the color style within a span. Child Garland theme. Sample iteration:

    Select text
    Use text color tool
    Save
    Verify on separate browser (text edits done with Firefox, verified on Opera). Ok.
    Re-edit
    Previous text color tool use not displayed.

    The difference is that it goes from '<span style="color:#ff0000;">' to '<span><span>' on the second edit.

  2. Second site - Editing current text content, that is visible on the front page, shows nothing. Literally, the entry box of the editor appears blank. However, you can see the html code initially, but it disappears on interpretation. Preview and save both show empty text. Currently I can't update the site. Child Zen theme.

  3. Third site - appears to work correctly, though I've not extensively checked it. Child Zen theme.

What I believe it isn't:

  1. Server related - I'm getting reproduction on both the online server and testing servers, with different versions of Apache and MySQL.
  2. Permission related - I'm editing as Administrator on all sites.

Status Report -
Drupal Version: 6.25
CKEditor Version: 3.5
Database/Drupal Core Updates: Up to Date
PHP: 5.2.17 / 5.3.10 (testing server)
MySQL: 5.0.92 / 5.5.21 (testing server)
Important note: These sites are hosted on Linux. The first site above has the actual folder structure. The other two sites have soft links (ln -s) to /sites/all/modules. This allows the code to be easily updated but may have interaction. I bring this up because though it was working correctly under 6.x-1.9, changes in the code may have resulted in something that prevents soft linking. Currently Panels exhibits this behavior, though all other modules (28 total) do not.

Comments

mkalkbrenner’s picture

you can see the html code initially, but it disappears on interpretation.

I second this bug. The reason is described here: #1502944: ckeditor_filter_xss() destroys content by executing to many output filters edit mode

dczepierga’s picture

Status: Active » Postponed (maintainer needs more info)

@alreaud, could u try to update to last DEV version and check issue again?

Greetings

mkalkbrenner’s picture

Latest dev worked for me. But you have to clear the caches!

castawaybcn’s picture

Latest dev worked for me too, I cleared the caches as well.

mkesicki’s picture

Status: Postponed (maintainer needs more info) » Fixed
mkesicki’s picture

Status: Fixed » Closed (fixed)
Agitaous11-1’s picture

Status: Closed (fixed) » Active

Drupal 6, same issue here with latest update avaible at the moment.

Like Drupal7 Issue,
But evenif I don't have any media in the content, I see a white textarea inside ckeditor.

By the way, while loading the ckeditor, plaintext shows the content. Then disappears...

Cleared the caches***

Changing Priority...

Edit:
-> Tried to install the Drupal ckeditor from ckeditor's site. But no change. Still not showing the content.
-> Because we are running official websites, I can not jump to dev version. Release should work, i think.

function ckeditor_filter_xss() {
if (!$active || !is_string($module_delta)) {

did not fix the issue (again cleared the caches after change)

mkesicki’s picture

@Agitaous1 we are working on new release where this error is fixed as others wrote. Please be a little patient. I closed this ticket because of this new release.

mkesicki’s picture

Status: Active » Closed (fixed)
alreaud’s picture

@dczepierga

Greetings, thanks for the help, and sorry for the delay in replying.

Installing 6.x-1.x-dev 2012-Mar-30 version corrected the problem on the testing server. I'm going to assume the problem is fixed on the on-line server.

JohnMorris’s picture

It's not fixed. I installed the latest version as of April 1st, 2012, 10:15 pm ET, and latest version of the CKEditor program along with it. The Editor window is now completely disappeared, whereas previously only the content of the window had been missing. This is the downloaded "Development" file name: ckeditor-6.x-1.x-dev.tar.gz. I had previously tried the 6.x-1.11 "Recommended Release". For Drupal 6.

mkesicki’s picture

@JohnMorris please create new ticket and describe your problem.
This ticket is closed and was fixed in latest release (6.x-1.11).

mkesicki’s picture

Issue summary: View changes

Added theme description to third site.