I am using the Advanced Rich Text Editor component (Vuram) and have set the maximum size limit to 4000. When testing, I noticed that the component shows 100% usage when I enter around 3700 plain text characters, even without any formatting.
My assumption is that the component stores the content as HTML and the size calculation includes not only the text I enter but also the HTML tags generated by the editor. When I checked the source, the total HTML content length was around 3989 characters, which is very close to the configured limit of 4000.Is my understanding correct, or am I missing something? Has anyone else experienced this behavior or knows how the size limit is calculated?Any insights would be appreciated.Thanks!
Discussion posts and replies are publicly visible
mathurambika0708 said:the component stores the content as HTML and the size calculation includes not only the text I enter but also the HTML tags generated by the editor.
Correctly understood here! HTML is part of length calculation too