Actions
Bug #100025
closedTiming issues when rendering LiveSearch form
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-02-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
There is a timing issue related to the LiveSearch form. Modal.advanced()
invokes an AJAX request, while the event handler for typo3-modal-shown
expects that the request sent a response.
This might not be the case when either the network is slow or animations are disabled as the event is always faster dispatched than the request can send a response.
Actions