For RCP product, Eclipse is upgraded to 4.23 and we have SWT Rich Text Editor for which the default browser is updated from IE to Edge.
Rich Text Editor can add images from local file system. Edge doesn’t support with src value from local file system. Hence, data URL is used for image and text size is increased. With this change, Rich Text Editor takes a long time to load if there is image with data url and hangs.
It works fine with IE.
I don’t see similar issue reported. May I know if there is text/content limitation for Edge browser in SWT rich text editor? If not, any pointers to address this issue would be useful.
2