Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Won't Fix
-
6.3.0
-
None
-
None
-
- lab and production environment
Description
After migrating Selfcare from struts 2.3 to struts 6.3 version we observer the below issue .
While clicking Paypal button in payment screen we are getting a additional blank pop up screen and its hiding the actual payment Paypal screen .
In the blow screen shot, blank pop up screen was moved to little left to show the Paypal screen which is actually behind the blank popup screen.
On analyzing the above issue we saw popup_open_error_iframe_fallback error in browser console .
On further analysis we understood that , popup_open_error_iframe_fallback error is caused because of SECURE_CROSS_ORIGIN_OPENER_POLICY as mentioned in the below stackoverflow link.
please suggest that we have any setting in XML configuration or jsp level in strstus 6.3 where this solution is perfectly working fine after strsuts 2.3 to struts 6.3.