Search After Preview in Contributor UI when Javascript Error Occur Until Logout
(Doc ID 2229149.1)
Last updated on JUNE 24, 2024
Applies to:
Oracle WebCenter Sites - Version 12.2.1.0.0 and laterInformation in this document applies to any platform.
Symptoms
Search After Preview in Contributor UI, Javascript Error Occur Until Logout
You can confirm with the following procedure on this issues.
1)
Login to Admin UI. (e.g FirstSiteII
2)
Create new template for typeless and use below code.
Name : ExternaURL
-------------------------------------------
<%@ taglib prefix="cs" uri="futuretense_cs/ftcs1_0.tld"
%><%@ taglib prefix="ics" uri="futuretense_cs/ics.tld"
%><%@ taglib prefix="render" uri="futuretense_cs/render.tld"
%><%@ taglib prefix="fragment" uri="futuretense_cs/fragment.tld"
%><cs:ftcs><%-- /ExternaURL--%>
<%-- Record dependencies for the Template --%>
<ics:if condition='<%=ics.GetVar("tid")!=null%>'><ics:then><render:logdep
cid='<%=ics.GetVar("tid")%>' c="Template"/></ics:then></ics:if>
<html>
<body>
<a href="http://external_site_url">link</a>
</body>
</html>
</cs:ftcs>
-------------------------------------------
3)
Switch to the Contributor UI.
4)
Preview any asset by using the ExternaURL template.
5)
Click the link.
6)
Search any assets
You can see follows messages.
- Permission denied to access property "_kbld"
Also if you continue searching for this message it will change as follows messages.
- Tried to register widget with id==view-1 but that id is already registered
or
- Blocked a frame with origin "http://hostname:port" from accessing a cross-origin frame.
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 |