Hi guys
Something is baffling me right now
When I have the text string
<img alt="" src="/mydomain.com/_dir_files_/Image/en/title_shop.gif" />
as the sole value in the FCK textarea, the editor is empty of any data.
Even the source button of the editor shows nothing.
When I add extra characters after the text string like this
<img alt="" src="/mydomain.com/_dir_files_/Image/en/title_shop.gif" />-
then the image is displayed correctly in the textarea.
What's going on?
Thanks for the help!
Mon, 11/19/2007 - 13:31
#1
Re: Empty content/source in textarea when data is unique image.
Re: Empty content/source in textarea when data is unique image.
Sorry for insisting guys, but I'm in serious trouble now.

I can't find any way to solve my problem
Any help will be really appreciated.
Many many thanks to the one who will be able to give some info
Re: Empty content/source in textarea when data is unique image.
what's your version of FCKeditor?
did you test with with the 2.5beta and the nightly?
Re: Empty content/source in textarea when data is unique image.
Hello

I'm using the latest stable version.
I prefer not to use a beta or a nightly since they aren't fully tested as stated on the site.
Anyway, the problem is encountered on both the latest Firefox and IE browsers.
Sometime, the image shows but the whole content gets deleted once you click on the "source" button.
The only (temporary) fix I could find was to add <span></span> tags around the image
like this :
<span>
<img alt="" src="/mydomain.com/_dir_files_/Image/en/title_shop.gif" />
</span>
Thanks for any info
Re: Empty content/source in textarea when data is unique image.
Re: Empty content/source in textarea when data is unique image.
My bad!!! You're right, I'm currently using 2.4.2

I don't know why I was convinced that I had 2.4.3 installed.
Many many thanks for your invaluable help
REALLY, I mean it.