Hello,
we are using fckeditor within an ASP.NET app.
Since we have upgraded to Release 2.6, some users report, that the textarea is not visible anymore.
After clearing the browser cache it seems to be visible again.
Can I force automatic reload of relevant files within the browsers cache by any configuration-settings of FCKEditor ?
Thank you in advance.
Paul D.
we are using fckeditor within an ASP.NET app.
Since we have upgraded to Release 2.6, some users report, that the textarea is not visible anymore.
After clearing the browser cache it seems to be visible again.
Can I force automatic reload of relevant files within the browsers cache by any configuration-settings of FCKEditor ?
Thank you in advance.
Paul D.

Re: Textarea invisible after FCKEditor Release upgrade
/fckeditor/2.5/
/fckeditor/2.5.1/
/fckeditor/2.6/
Then, you could use a global variable/configuration in your application to save the current path, and then use it to set the BasePath of FCKeditor when creating editor instances. So, when you have a new version, you just change that variable to the new installation path.
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: Textarea invisible after FCKEditor Release upgrade
thank you for your recommendation.
We stepped back to the former fckeditor version, to restore former (well working) circumstances imidiately.
We'll try next time as you recommend.
Greetings,
Paul D.