Skip to content

Fix broken upload progress indicator

Himanshu Kapoor requested to merge himkp-ce-fix-upload-progress into master

What does this MR do and why?

Fix broken upload progress indicator

In rich text editor, a bug caused the upload progress indicator to be stuck at 0%. This commit fixes that.

Changelog: fixed

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screen Recording 2024-02-05 at 16.23.47.mov Screen Recording 2024-02-05 at 16.23.04.mov

How to set up and validate locally

  1. Upload a large image or video in rich text editor.
  2. Notice that the upload progress stays at 0% until the image is uploaded.
    • This should now be fixed.

Merge request reports