One of my users has had this problem, but i couldn't reconstruct it.
I have on my html page where FCKEditor is embedded an anchor link:
<a href="#editor">skip to editor</a>
the FCKEditor source looks like this:
...
<div id="editor"></div>
<textarea id="text1" name="text1" rows="40">starting text</textarea>
...
As my user pressed the "skip to editor" link, all the written text from the text1 element (the user was writing for three-quarters of an hour) disappeared and the starting text appeared.
So we tried to get the users content back (e.g with Strg+Z, or the browsers back button and looked into the source view), but nothing worked. I just wonder whats happend with the written text. And had this happend to someone too? Or there a way to get the written text back?
Used FCKEditor 2.0 and Mozilla 1.7
I have on my html page where FCKEditor is embedded an anchor link:
<a href="#editor">skip to editor</a>
the FCKEditor source looks like this:
...
<div id="editor"></div>
<textarea id="text1" name="text1" rows="40">starting text</textarea>
...
As my user pressed the "skip to editor" link, all the written text from the text1 element (the user was writing for three-quarters of an hour) disappeared and the starting text appeared.
So we tried to get the users content back (e.g with Strg+Z, or the browsers back button and looked into the source view), but nothing worked. I just wonder whats happend with the written text. And had this happend to someone too? Or there a way to get the written text back?
Used FCKEditor 2.0 and Mozilla 1.7