Yeah, I mean that textareas. I've tried to update tinymce with the newest version (as you said), but now it doesn't load the rich text editor (I can see the html code inside).
Here's some screenshots:
- Fields in the database (just look the first one for this example)
http://img718.images...456012alle1.png
- Fields in the form
http://img85.imagesh...456012alle1.png
- How they appear during tinymce script loading (or if I try to update tinymce that doesn't work):
http://img41.imagesh...456012alle1.png
(in index page they are all correctly shown)
The only errors about tinymce that web-console gives me are these (they are in italian, but It should be understandable):
[16:40:29.762] Errore durante l'interpretazione di 'filter'. Dichiarazione tralasciata. @ http://localhost/website/assets/grocery_crud/texteditor/plugins/inlinepopups/skins/clearlooks2/window.css:10
[16:40:29.765] Errore durante l'interpretazione di 'width'. Dichiarazione tralasciata. @ http://localhost/website/assets/grocery_crud/texteditor/plugins/inlinepopups/skins/clearlooks2/window.css:100
Anyway, if I check the html code with firebug, I can find the texts there, even if they are not showed in the form.
If it can help, when I try to update something, the fields that appear blank in the form, they don't became empty but they remain the same as before the page loading.