Clarity 16.3.1 to 16.4.0
This was analyzed by Engineering through DE180165
The Engineering team resolved this as being the intended design.
When the browser sees same or similar URLs being opened in an iframe, it blocks the iframe page to avoid the risk of infinite recursion. Refer the official doc (Infinite Recursion section) for more information.
As a workaround we can pass a query parameter on one of the iframes (channels) so that the browser thinks they are sufficiently different from one another
Use the following channel URL instead of the one set at Step3 on the Steps to Reproduce above:
/pm/?a=1#/projects/common?puiFullscreen=on&puiHidePPMTabs=on
The change made is passing a query parameter (a=1) before the # in the URL.
The Engineering team does not endorse opening channels within channels.