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
Updated by Gerrit Code Review almost 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72320
Updated by Gerrit Code Review almost 3 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72355
Updated by Torben Hansen almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0590f74635ff4629067fb01705463d1fd8bf3961.
Actions