Actions
Bug #21895
closedToggle empty tree produces JS error
Start date:
2009-12-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you toggle an empty tree (by clicking on the +) the following JavaScript-error occurs:
Fehler: uncaught exception: [Exception... "Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER)" nsresult: "0x80004003 (NS_ERROR_INVALID_POINTER)" location: "JS frame :: http://trunk.local/typo3/js/tree.js :: anonymous :: line 53" data: no]
(issue imported from #M13118)
Files
Updated by Felix Oertel almost 15 years ago
Ok, it doesn't happen when you click + but when you click - ... tree.js tries to remove children UL which are not existent.
Updated by Steffen Kamper almost 15 years ago
committed to svn
4_3 rev 6718
trunk rev 6719
Actions