Bug #84972
closedJavaScript Error upon click to filelist -> folder
100%
Description
Upon click in the list-frame of the filelist-Module, the list view for that folder is displayed, and in the browser console following error appears:
13:45:52.448 SEVERE - http://localhost:8000/typo3temp/var/tests/acceptance/typo3/index.php?route=%2Ffile%2FFilelistList%2F&token=cb5fdd3e7678f271f54a75f5a0aacb641fc38e18&target=1%253A%252F&imagemode=1 263:461 Uncaught TypeError: Cannot read property 'contentWindow' of undefined
This onclick event should update the position in the folder tree, but fails.
BTW, in list view, no error is displayed, and also the selected page position is not highlighted in page tree. Maybe this is just a forgotten bit of code left from the svg tree switch?
The offending code is located in ext:filelist/Classes/Filelist::linkWrapDir().
Updated by Gerrit Code Review over 6 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/56926
Updated by Gerrit Code Review over 6 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56927
Updated by Anonymous over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b177511c3047d8dfa8545cae01b31d320b5ec422.