Actions
Bug #96097
closedJavaScript error on search in configuration module
Start date:
2021-11-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When a tree nodes in the configuration module is expanded and the user performs a search, a JavaScript error occurs when the expanded tree node is not part of the search result.
How to reproduce:
- Open configuration module and expand some nodes
- Perform a search for e.g. the search term
foobar
- JavaScript error
Uncaught TypeError: Cannot read properties of null (reading 'parentElement')
occurs
Actions