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.
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
please use the forum for support
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 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.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-10-17 08:57:04 |
Closed_By | ⇒ | Fedik |
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.