Unplanned
Last Updated: 12 Aug 2022 09:57 by Ruchira
Ruchira
Created on: 12 Aug 2022 09:57
Category: RichTextEditor
Type: Bug Report
0
RichTextEditor: Image size does not update when exporting and importing different formats

1) We inserted one image in Rich Text Editor. Here the original size was 100%.
2) We resized the image, i.e. reduced the size to 50%, 30%, 10%, etc.
3) After reducing size we fetched the HTML through GetHTML() method.
4) We converted the HTML string into an RTF string.
5) Again converted RTF to HTML string.

6) Image size is not updated to 50/30/10%,  it has different width and height.

0 comments