Issues encountered when using the enabled attribute

Hi  

When I am using RichText Editor, if I initialize [enabled]=true, the title can be displayed normally on the toolbar.

Image_7143_1761622101671


However, when I initialized, [enabled]=false, At this point, the toolbar has no title, even if I set [enabled]=true, the toolbar still has no title.

Image_8697_1761622287761Image_6503_1761622443236


And when [enabled]=false, the content scrollbar is also unavailable and cannot scroll to view data.

Thanks.


4 Replies

VJ Vinitha Jeyakumar Syncfusion Team October 28, 2025 06:29 AM UTC

Hi Qing Yuan,

We attempted to reproduce the reported issue by creating a simplified sample that mirrors your use case. However, we were unable to replicate the problem. In our test, the tooltips displayed correctly after enabling the previously disabled Editor, and the scrollbars were properly added to facilitate data viewing. Please refer to the attached sample for reference.


To assist you further, could you kindly share the complete code snippet of your RichTextEditor implementation, along with the exact steps to reproduce the issue and the version of the package you're currently using? This will help us validate the scenario more effectively and provide a targeted solution.

Regards,
Vinitha


QY Qing Yuan October 29, 2025 01:16 AM UTC

Hi  Vinitha Jeyakumar

     I set it through the HTML attribute, and the initial value of the variable 'isenable' is false, which is why this situation occurs,

When the initial value is true, there will be no such problem.

Image_9898_1761700237122Image_3784_1761700260675


Thanks.



VJ Vinitha Jeyakumar Syncfusion Team October 29, 2025 10:34 AM UTC

Hi Qing Yuan,



We have considered the reported issue "Tooltips are not shown when dynamically enabling the  RichTextEditor" as a bug from our end, and the fix for the issue will be included in our upcoming weekly patch release scheduled for the 2nd week of November 2025.

 

Now you can track the status of the reported issue through this feedback,


Regards,
Vinitha



VJ Vinitha Jeyakumar Syncfusion Team November 4, 2025 10:32 AM UTC

Qing Yuan,



We have included the fix for the reported issue "Tooltips are not shown when dynamically enabling the  RichTextEditor" with our weekly patch release version 31.2.5. Please upgrade your package to the latest version to resolve the issue from your end.



Root Cause: 
The reported issue occurred because when the Rich Text Editor is disabled during the initial load, the title attribute is not applied to the toolbar items. As a result, even after the Editor is subsequently enabled, the toolbar items remain without the title attribute, preventing tooltips from being displayed.

Loader.
Up arrow icon