Bug #34164
File folder expand/collapse does not work in Element Browser
| Status: | Resolved | Start date: | 2012-02-21 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Expand/collapse file folder works in file list module, but not in element browser.
Tree.load is undefined.
Related issues
History
Updated by Stanislas Rolland over 1 year ago
Multiple issues:
1. browse_links::init should include tree.js:
$this->doc->loadJavascriptLib('js/tree.js');
2. t3lib_folderTree::ajaxStatus, accessed by SC_alt_file_navframe::ajaxExpandCollapse is protected;
should be made public or should be provided a getter.
3. After expanding/collapsing a folder, the folder icon moves to the left and the expander/collapser icon disappears.
Needs to be investigated.
Updated by Oliver Hader over 1 year ago
- Subject changed from File folder expand/collapse does not work in EB to File folder expand/collapse does not work in Element Browser
Updated by Benjamin Mack about 1 year ago
- Status changed from New to Resolved
Hey Stan,
I fixed this yesterday in the plain-fileabstraction branch.