Hi MODX.
I've noticed that RichText TV have a size limit when comparised with default [*content*] TV. Problem is that content with a lot of text and tables in RichText TV was cropped after saving document. This didn't happened when the same content was pasted into [*content*] TV.
After investigating this issue closer, I found that type of field "content" in "modx_site_content" table is "mediumtext" but type of field "value" in "modx_site_tmplvar_contentvalues" is "text".
I think it should be "mediumtext" too, if we want to have the same functionality.
What do you think?