My Oracle Support Banner

Images Copied From Email Not Displaying In ADF RTE Box In Edge And Chrome (Doc ID 2776734.1)

Last updated on DECEMBER 01, 2021

Applies to:

Oracle JDeveloper - Version 12.2.1.3.0 and later
Information in this document applies to any platform.

Symptoms

When copy-pasting an image from an Outlook email into RTE in ADF application using Edge and Chrome browser, image is now shown.

Inspection on the image object shows that the source points to file:/// protocol referencing image in Outlook's temp directory in local file system and image is not rendered:

<img src="file:///<DRIVE>:/Users/<USER>/AppData/Local/Temp/msohtmlclip1/<DIR>/<IMAGE>" />

If image is copied from other sources, image is base64 encoded into RTE on paste as data:image/<type>:

<img src="data:image/png;base64,<Binary Data>" />

This happens with Edge, Chrome and Firefox browsers.

Works in Internet Explorer 11.

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.