SWT Rich Text Editor in RCP with Edge browser
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.