Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Issue Description:
When we use executeCommand to insert fontSize in RichTextEditor on initial rendering, the span tag created as empty without zerowidthspace in Xamarin sample. Need to resolve this issue
Issue reproducing sample: https://contenteditables.w3spaces.com/RTE.html
Note: Issue occurs only in IOS or MAC machine
Replication Procedure:
1.Run the sample.
2.Click the Bullet List button and type some text
3.Click enter key to next line
4.Then click the FontSizeChange button and type some text
5.Again click enter key to next line
6.Type the text
5.You can see the cursor position will be incorrect, it will jump.
Current Behavior:
Empty span tag is created when using executeCommand to insert fontSize in RichTextEditor.
Expected Behavior:
Should not create Empty span tag when using executeCommand to insert fontSize in RichTextEditor. it should include zerowidthspace.