Project

General

Profile

Actions

Bug #105172

open

Filepicker (Element Browser) closing without creating the link to File

Added by Sebastien Michel 26 days ago. Updated 12 days ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2024-10-01
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Using TYPO3 12.4.19. The strangest thing is happening with the Filepicker (TCA type = file) : When the modal window (aka Element Browser) is displayed and the user clicks on a filename to create a relation to that file, the filepicker is closing without making the relation. No error is thrown anywhere. Neither in the browser's debug console nor the server logs. Moreover, the live Apache logs show that NO QUERY is transmitted to the server upon that event/click (whereas it should send a query like so:

POST /typo3/ajax/file/reference/create?...

The problem is intermittent and I am still unable to find a pattern leading to this strange behavior…. Problem is happening with different browsers… No mod_sec rule is in the way.

The problem appeared when we upgraded our installation to branch 12.

Actions #1

Updated by Stanislas Rolland 12 days ago

I can confirm this issue. It is as if sometimes the eventListener was not established.

Actions

Also available in: Atom PDF