After the 6.x-1.10 update I'm experiencing the following problems (I'm running three sites):
- 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.
- 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.
- Third site - appears to work correctly, though I've not extensively checked it. Child Zen theme.
What I believe it isn't:
- Server related - I'm getting reproduction on both the online server and testing servers, with different versions of Apache and MySQL.
- 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
Comment #1
mkalkbrennerI second this bug. The reason is described here: #1502944: ckeditor_filter_xss() destroys content by executing to many output filters edit mode
Comment #2
dczepierga commented@alreaud, could u try to update to last DEV version and check issue again?
Greetings
Comment #3
mkalkbrennerLatest dev worked for me. But you have to clear the caches!
Comment #4
castawaybcn commentedLatest dev worked for me too, I cleared the caches as well.
Comment #5
mkesicki commentedComment #6
mkesicki commentedComment #7
Agitaous11-1 commentedDrupal 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.
did not fix the issue (again cleared the caches after change)
Comment #8
mkesicki commented@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.
Comment #9
mkesicki commentedComment #10
alreaud commented@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.
Comment #11
JohnMorris commentedIt'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.
Comment #12
mkesicki commented@JohnMorris please create new ticket and describe your problem.
This ticket is closed and was fixed in latest release (6.x-1.11).
Comment #12.0
mkesicki commentedAdded theme description to third site.