CKEditor seems to be caching the textarea input. Textarea data is being pulled from the database.
Scenario:
User 1 views the form. User 2 modifies the data. User 1 refreshes/revisits form page and still sees the original data and not the modified data. User 2 will see the modified data. User 1 cannot see the data until they clear their browser cache.
Is there a way to prevent CKEditor from caching the textarea content or make it refresh?
CKEditor does not cache
CKEditor does not cache anything because it cannot cache anything. If anything like that is done, it's done by a browser and CKEditor just reads it.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Well something is certainly
Well something is certainly happening with it that is causing it to retain old data. The form worked previously without CKEditor (no caching). Then CKEditor was added and it started caching. Whether it's CKEditor actively caching or something about CKEditor (the javascript, iframe, etc) that is now causing the browser to cache the content of the form fields.
I was hoping someone else had dealt with similar problems with it before and had a solution that could force it not to cache or force CKEditor to pull/display the most recent data.