Skip to content

Fixed rendering of the image blobs

Denys Mishunov requested to merge 325864-fix-image-blob-rendering into master

What does this MR do?

The MR fixes the rendering of the image blobs in WebIDE. Contrary to the scenario when we open an existing image in WebIDE (and the image has the real URL), the newly-uploaded images do not have such URL yet. Instead, they are rendered with a blob: URL. In this case, encoding such URL alters it so that the image is not viewable anymore.

This MR solves this issue.

Screenshots (strongly suggested)

Before After
Screenshot_2021-03-25_at_12.35.50 Screenshot_2021-03-25_at_12.37.59

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #325864 (closed)

Edited by Denys Mishunov

Merge request reports