Since the last update FCKEditor deletes pictures:

I have the following source code:

<p>Wir begr&uuml;&szlig;en</p>

Then I add a picture with the FCKEditor and then I have:

<p><img width="135" height="180" src="/ExperimentalKlinik/sites/default/files/Klinikdirektor.jpg" alt="" />Wir begr&uuml;&szlig;en</p>

The image is displayed and up to this point everything is correct.

But if this field is opened again for editing in the editor, the image will just disappear and I get:

<p>Wir begr&uuml;&szlig;en</p>

In version 2.1, this was still functioning.

Comments

Jorrit’s picture

It is probably related to the selected security filters. Could you check that?

TehJott’s picture

Yes, it is. HTML corrector was the problem.

Jorrit’s picture

Status: Active » Closed (works as designed)

Thanks for checking.