I am using the following solution: https://github.com/PaulNieuwelaar/htmleditor
Here is am image:
Prior to using this Rich HTML field, we were just using a multiple lines of a text field. Using this field, our users could be writing in the field, then leave the record or close the record and it would save automatically - nothing more. However, we do not have this same functionality using this new Rich HTML text editor. If we are writing in the web resource, we have to click out of it before the text in the field will save. It's a very subtle difference, but if we started using the Rich html text editor, we would lose a lot of data due to information not being saved since our users are used to closing out the record without having click out of the field they're writing in. Does anyone have any ideas how we could solve this problem? Basically, when we close or leave the record, we need the text in the web resource to be saved automatically.