Project

General

Profile

Actions

Bug #20443

closed

Collapsing nodes in pagetree produces multiple items with same id

Added by Andreas Wolf almost 15 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
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

0011112.diff (529 Bytes) 0011112.diff Administrator Admin, 2009-05-18 00:49
screenshot-0011112.png (13.6 KB) screenshot-0011112.png Administrator Admin, 2009-05-18 00:50
Actions #1

Updated by Andreas Wolf almost 15 years ago

Attached screenshot shows the HTML structure after a few expand and collapse steps.

Actions

Also available in: Atom PDF