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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

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.