Rich text not showing content

0
Ik have implemented the Mendix Rich text widget. In the online environment, the content is not showing up. In Firefox the field is empty, but it shows the number of words, in Chrome the three loading dots keep blinking.   I think I have narrowed it down to plain text fields not rendering. We have imported text with the Excel importer in the fields, and they do not have the html tags like <p>   Is there a simple solution for this?
asked
1 answers
0

It may be worth swapping out the Rich Text widget and replacing it with a standard Text widget to see what the raw content looks like. I suspect there is some broken HTML in there causing the Rich Text widget to fail.

 

It is also worth looking in the browser's console to see if there is a JavaScript error being thrown.

 

Good luck!

answered