66
Views
4
Comments
[Tiny Rich Text Editor 7] Loading issue in TinyEditor- Component only works second time page is loaded.
tiny-rich-text-editor-7
Reactive icon
Forge asset by Lucas Soares
Application Type
Reactive

Hello,

When I load my screen for the first time my Text Editor is invisible and when I refresh it, it appears. 

Sometimes it's working correctly some time not. 

why am I getting this issue?

2020-07-08 19-51-14
Petrus C.T. Kolkman

Hi Shubham,
This seems to be quite a heavy Widget and one that takes up some space.

  • Is your Text Editor part of an If-Widget? In that case you could try to non-display it, for example by creating a CSS class
    .hide-editor {
         display: none;
    }
    and adding
    If(HideEditor, " hide-editor", "")
    to the Class property of a Container that surrounds the Text Editor and any content that was also hidden.
  • Are you using multiple Text Editors on the same Screen? You could try to use just one and change the text content for the Editor when a different Attribute is to be updated.

For a different Rich Text Editor, I have also had the experience that the Editor would not appear when the DevTools (F12) were opened in the browser (Chrome).

2025-02-09 19-39-40
Lucas Soares
 
MVP

Hi Shubham, can you post some screenshots here.


thanks

2020-05-27 08-39-33
Shubham Shrivastava

Sharing images with you

4.png
3.png
1.png
2.png
2025-02-09 19-39-40
Lucas Soares
 
MVP

Thanks, the component doesn't work with "input (input_address)", I suggest you replace the input (input_address) with a "container" and put the id of the container as "InputWidgetId" component.


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.