cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Rich Text editor rendering issue and sometimes disappears

muhsin_panakkal
Participant
1,923

Dear Experts,

I am using Rich text editor in my UI5 application, here, facing a strange issue in the application, where the Richtexteditor is not rendering properly.

Some times I can see html tags and the formatters are not working as expected.

Note: This issue is interment and doesnt come everytime.

Can anybody please guide me to resolve.

Thanks,

Muhsin

Accepted Solutions (0)

Answers (1)

Answers (1)

sergei-u-niq
Active Contributor
0 Kudos

https://sapui5.hana.ondemand.com/#/topic/d4f3f1598373452bb73f2120930c133c

I think, the important bit is:

  • The RichTextEditor uses a third-party component, which might in some cases not be completely compatible with the way UI5's (re-)rendering mechanism works. If you keep hidden instances of the control (instances that are not visible in the DOM), you might run into problems with some browser versions. In this case, please make sure that you destroy the RichTextEditor instance instead of hiding it, and create a new one when you show it again.
muhsin_panakkal
Participant
0 Kudos

Dear Sergie,

I am not hiding the richtext editor, I am just binding the rich text editor from model,

Thanks,

Muhsin

sergei-u-niq
Active Contributor
0 Kudos

didnt have any rendering problems that were caused by bindings.
only with re-rendering of the control, which appears in all possible variants like jumping cursors, just blank text areas, etc. etc.