Rich text widgets randomly do not show content

1
Hi,   I have a page with two rich text widgets on it, and it will randomly not show the content of either one. The behavior is not consistent, it sometimes does load correctly, but when it does not show the content I see the following error: Cannot read properties of undefined (reading 'getComputedStyle') TypeError: Cannot read properties of undefined (reading 'getComputedStyle')    at CKEDITOR.tools.extend.getComputedStyle (http://localhost:8080/widgets/ckeditor/ckeditor.js:100:510)    at $.getDirection (http://localhost:8080/widgets/ckeditor/ckeditor.js:124:118)    at $.setup (http://localhost:8080/widgets/ckeditor/ckeditor.js:384:80)    at $.a (http://localhost:8080/widgets/ckeditor/ckeditor.js:1287:6)    at http://localhost:8080/widgets/ckeditor/ckeditor.js:28:230   I have tried putting both widgets in a separate tab so as so not have them on the same page, but this did not help.   My project is on 9.24.12 and i have updated the rich text widget to the latest version. What could be the problem?
asked
1 answers
0

Not sure why you have this error, this is probably a bug in the widget.

Maybe you can try to add a dataview that contain both rich text, in that data view, you put the source as microflow or nanoflow and put a delay of 500 ms (either using the delay java action from community commons, or the wait activity from nanoflow commons).

 

See also https://community.mendix.com/link/space/widgets/questions/118377

 

answered