No Code Attached Yet
avatar vicn1222
vicn1222
15 Oct 2022

In the attached test.html, as soon as I click Joomla, the previously created popup window got closed without actually closing the popup, causing new button click to create another popup window. All other clicks will share the same popup window.

avatar vicn1222 vicn1222 - open - 15 Oct 2022
avatar vicn1222 vicn1222 - change - 15 Oct 2022
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 15 Oct 2022
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 15 Oct 2022
avatar vicn1222
vicn1222 - comment - 15 Oct 2022

Didn't notice test.html can't be attached. Rename to test.txt and try again.

Try to attach again..test.txt


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38966.

avatar brianteeman
brianteeman - comment - 15 Oct 2022

please use the forum for support

avatar vicn1222
vicn1222 - comment - 15 Oct 2022

I think this is a bug, not a support issue.

I add 2 more buttons to open my own Joomla 3 & Joomla 4 websites. When opening my own Joomla 4 website, the behavior is identical to opening joomla.org website, that is, the previously created popup got closed without actually closing it, causing next button click to create a new popup. Opening Joomla 3 website doesn't have this issue.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38966.

avatar vicn1222
vicn1222 - comment - 17 Oct 2022

This has been fixed due to non policy conpliance of newly added "System - HTTP Headers" with following changes

    $app = JFactory::getApplication();
    $app->setHeader( "cross-origin-opener-policy", "same-origin-allow-popups" );

The issue is thus closed.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38966.

avatar Fedik Fedik - change - 17 Oct 2022
Status New Closed
Closed_Date 0000-00-00 00:00:00 2022-10-17 08:57:04
Closed_By Fedik
avatar Fedik Fedik - close - 17 Oct 2022

Add a Comment

Login with GitHub to post a comment