In Joomla 4 admin -> User Action Log -> Export All To CSV
Inspect the console.log
Nothing logged to the console
"Failed to load resource: Frame load interrupted"
Tested on Safari 14.0.1 on Big Sur Developer Beta 9 but there are reports of this issue in Chrome
When you google you will see this is a "known issue" for a long time now, caused by JS trying to navigate to another page, and then that page being a download and not a "page" that can be rendered. Most people link to https://bugs.webkit.org/show_bug.cgi?id=46491 However this is only a problem because of the way Joomla attempts to initiate the download, using Javascript as a redirect to another page.
Probably a won't fix
but hey, it is what it is... a console error message
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-03-06 22:10:53 |
Closed_By | ⇒ | PhilETaylor | |
Labels |
Added:
No Code Attached Yet
Removed: ? |
This seems to be an ancient Safari webkit bug that only effects safari and can be safely ignored (at lease that's what most other apps with this issue are doing!)
To compare: When you go to Joomla 4 Media Manager, and click to download an image, you DONT get this error, because JS pulls the whole file content to the browser with Ajax and then downloads it.