Actions
Bug #50889
closedFaulty expand/collapse behavior in Element Browser
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2013-08-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
On using the element browser in combination with files, the expand/collapse behavior is wrong. On opening a collapsed folder, an AJAX call fetches the sub-nodes that will be added to the DOM tree. However, the calling scope of the original rendering process and the AJAX call differ a lot.
The only possibility to get this working is to transfer the scope and rebuild it in the AJAX context.
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22934
Updated by Helmut Hummel about 11 years ago
- Status changed from Under Review to Closed
- Is Regression set to No
closing as duplicate
Actions