Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, 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

Description: The BoldDesk team has requested support for remote URL images in the Angular Rich Text Editor. Currently, when users copy images from external applications (e.g., MS Engage) and paste them into the editor, the following issues occur:

  • The image does not display using the remote URL until the upload is complete (it remains invisible in private/incognito windows).
  • The upload indication popup does not appear during the process.

BoldDesk highlighted that their competitor, FreshDesk, uses the Froala editor, which supports pasting images from external sites via the imageUploadRemoteUrls API.


Samplehttps://ej2.syncfusion.com/angular/demos/#/bootstrap5/rich-text-editor/tools


Replication steps: 

  1. Open the Angular Rich Text Editor demo.
  2. Copy an image from the MS Engage application (URL: https://engage.cloud.microsoft/main/feed).
  3. Paste the image into the editor.
  4. Observe the behavior.

Expected Behavior

  • The pasted image should display immediately using its remote URL, even before the upload completes.
  • An upload indication popup should appear to inform the user about the ongoing upload process.
Actual Behaviour: 
  • The image does not display until the upload is complete.
  • The upload indication popup does not appear.