Toolbar drop down buttons are not working eg. Backgrouc color

I am working with this sample;
https://blazor.syncfusion.com/demos/rich-text-editor/overview?theme=bootstrap5

I pointed with red line
Image_1378_1698769395960 
My version  is the latest one: 23.1.43

I have tried also 23.1.38 not working


3 Replies 1 reply marked as answer

VY Vinothkumar Yuvaraj Syncfusion Team November 1, 2023 11:39 AM UTC

Hi Blazor,


We have validated your query. We have created a sample based on the information you shared, but unfortunately, we are unable to replicate your problem at our end. Could you please see the attached video and sample for your reference?


We suspect that the issue occurred because the script was not properly referred to the Rich Text Editor. Could you please take a look at the following documentation for your reference.


If you're using the individual NuGet "Syncfusion.Blazor.RichTextEditor,” you can use the following CSS and scripts:


<link rel='nofollow' href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />

<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>


For common NuGet "Syncfusion.Blazor,”


<link rel='nofollow' href="_content/Syncfusion.Blazor/styles/bootstrap5.css" rel="stylesheet" />

<script src="_content/Syncfusion.Blazor/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>


Documentation: https://blazor.syncfusion.com/documentation/rich-text-editor/getting-started


Styles: https://blazor.syncfusion.com/documentation/appearance/themes


Scripts: https://blazor.syncfusion.com/documentation/common/adding-script-references


If you are still facing an error, could you please share the following information to replicate your problem at our end?


  • Can you please share your exact code in your application, or can you please share the issue-replicating sample?
  • If possible, please modify the shared sample with the issue-replicating code.


Regards,

Vinothkumar


Attachment: Sample_3f53d5_9221a90c.zip

Marked as answer

BL Blazor November 1, 2023 07:13 PM UTC

Thanks  problem solved. I forgot to update css and js .



VJ Vinitha Jeyakumar Syncfusion Team November 2, 2023 05:40 AM UTC

Hi Blazor,


We are glad that your issue has been resolved. Please get back to us if you need any further assistance.

Regards,
Vinitha

Loader.
Up arrow icon