OnClick Events are Removed from Custom HTML Components / Inline Javascripts when Rendering WebCenter Portal Pages After Applying the ADF January 2025 Bundle Patch
(Doc ID 3073925.1)
Last updated on FEBRUARY 27, 2025
Applies to:
Oracle WebCenter Portal - Version 12.2.1.4.241216 and laterInformation in this document applies to any platform.
Symptoms
ACTUAL BEHAVIOR
OnClick events are removed from custom HTML components from JavaScript code used in WebCenter Portal Pages and Page Templates when the pages are rendered in the browser.
This makes the pages not work as expected.
This issue happens after applying the ADF January 2025 Bundle Patch 12.2.1.4.241212.
EXPECTED BEHAVIOR
Expect the onClick events from custom HTML components is not removed when viewing WebCenter Portal pages in a browser.
STEPS
The issue can be reproduced at will with the following steps:
- Have some inline JavaScript code in your page or page template where the code has custom HTML components with onClick action.
- View the page and confirm it works as expected.
- Open the developer tools from the browser and inspect the page elements.
Here you will see the page renders the HTML components including the onClick events.
- Apply the January 2025 ADF bundle Patch.
- View the page.
Here you will see the HTML components with onClick action do not work.
- Open the developer tools from the browser and inspect the page elements.
Here you will see the page renders the HTML components but it has removed the onClick events from the page.
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! |