Word Document Editor Custom toolbar throws console error in 19.1.0.54

Hello

In versions prior to 19.1.0.54 the following custom toolbar worked:





This now throws the following console error:



I would be grateful if you could advise how to handle moving forward.  Thank you.

Regards



4 Replies 1 reply marked as answer

KB Kurthis Banu Abdul Majeeth Syncfusion Team April 5, 2021 07:50 AM UTC

Hi Ditchford, 

We can reproduce the reported issue. We have considered the reported scenario as bug and logged defect report. Fix will be included in our upcoming EJ2 patch release which is tentatively scheduled on April 7, 2021. Once included, will update you. You can track the status from the below feedback.        


Regards,  
Kurthis Banu A.  



KB Kurthis Banu Abdul Majeeth Syncfusion Team April 7, 2021 01:06 PM UTC

Hi Ditchford,   

We are glad to announce that our patch release (v19.1.0.55) is rolled out successfully and in that release, we have added the fix for reported issue.      
   
Please upgrade your nugget to the latest version packages to resolve this issue.     
         


 


Please modify your code from below code snippet to resolve your issue. 

Code snippet: 
List<Object> ToolbarItem = new List<Object>
{
new CustomToolbarItemModel() {Id=”back”  Text = "Back" prefixIcon =”e-back”}
}; 
 


Regards, 
Kurthis Banu A. 


Marked as answer

DI Ditchford April 12, 2021 05:58 AM UTC

Hey

Thank you


KB Kurthis Banu Abdul Majeeth Syncfusion Team April 12, 2021 06:04 AM UTC

Hi Ditchford,    

Thank you for your update. 

Regards, 
Kurthis Banu A. 


Loader.
Up arrow icon