-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: 7.2.10 DXP FP1, 7.2.X, 7.2.1 CE GA2, 7.3.10 DXP GA1, Master
-
Labels:
-
Branch Version/s:7.2.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Sprint:Workflow_7.2_14
-
Git Pull Request:
Steps to Reproduce:
- Create a simple html file with this code:
<html>
<body>
<a href="http://localhost:8080" target="_blank">localhost</a>
</body>
</html>
- Click on this link
- Go to Control Panel > Configuration > Kaleo Forms Admin
- Click button to add a new Kaleo Forms
- Enter a name
- Click on next button
Expected Result
Go to next step
Actual Result
The button is disabled and an error is thrown in javascript console.
main.js?browserId=other&languageId=en_US&b=7200&t=1559759988000:298 Uncaught DOMException: Blocked a frame with origin "http://localhost:8080" from accessing a cross-origin frame. at component.initializer (http://localhost:8080/o/dynamic-data-mapping-web/js/main.js?browserId=other&languageId=en_US&b=7200&t=1559759988000:298:49) at component._initHierarchy (http://localhost:8080/o/frontend-js-web/aui/base-core/base-core.js:774:33) at component._baseInit (http://localhost:8080/o/frontend-js-web/aui/base-core/base-core.js:341:18) at component.init (http://localhost:8080/o/frontend-js-web/aui/base-observable/base-observable.js:99:22) at component._initBase (http://localhost:8080/o/frontend-js-web/aui/base-core/base-core.js:305:23) at component.BaseCore (http://localhost:8080/o/frontend-js-web/aui/base-core/base-core.js:125:18) at component.Base (http://localhost:8080/o/frontend-js-web/aui/base-base/base-base.js:86:18) at component.Widget [as constructor] (http://localhost:8080/o/frontend-js-web/aui/widget-base/widget-base.js:101:35) at component.BuiltClass [as constructor] (http://localhost:8080/o/frontend-js-web/aui/base-build/base-build.js:159:51) at component [as constructor] (http://localhost:8080/o/frontend-js-web/aui/aui-component/aui-component.js:321:46)