I would also like to include another bug that I've noticed. It seems that when you type in things in the editor then you delete everything, it seems that there is   still when you do a get_text(). This translates to a length when I do
rtfEditor.get_text().trim().length;
So in essence, my QA is complaining that there are no more characters in the editor but the div is still saying that there are 4 characters.
rtfEditor.get_text().trim().length;
So in essence, my QA is complaining that there are no more characters in the editor but the div is still saying that there are 4 characters.