Actions
Bug #20443
closedCollapsing nodes in pagetree produces multiple items with same id
Start date:
2009-05-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When you collapse or expand items in the pagetree, the Javascript updating the tree selects the wrong node when inserting the new nodes (or removing nodes when collapsing tree parts).
The problem can be solved by just going one level up in the DOM structure when selecting the node. The reason for this bug is the same as for 11111 - there was a change in the HTML structure that was not reflected in the Javascript.
Attached patch solves this problem.
(issue imported from #M11112)
Files
Updated by Andreas Wolf over 15 years ago
Attached screenshot shows the HTML structure after a few expand and collapse steps.
Actions