Hi there,
When using your Rich Text Editor, we have users who will start typing straight away, then start changing fonts/sizes.
When they then export the field value to 3rd parties (eg extract to other websites) we are finding that the initial text isn't given the default font/size, and so renders in unexpected ways depending on the site it is passed to.
Eg, it is quite common to get something like this
"< p >Here is some text< /p >< p >< span style="font-family: Impact, Charcoal, sans-serif;" >Now here is some other stuff in a different font< /span >< /p >< p >< span style="font-size: 20px;" >And here is something in a different text size< /span >< /p >< p >< span style="font-size: 14px;" >and when its extracted, this line should match the first but it can be different depending on the website it goes to< /span >< /p >"
How can we get the to have the font and size from the very first moment the user starts typing?
Than