Bug #24688

Pagetree cannot be initialized with a specific page ID

Added by Jeff Segars over 2 years ago. Updated over 2 years ago.

Status:Accepted Start date:2011-01-20
Priority:Should have Due date:
Assignee:- % Done:

0%

Category:-
Target version:-
TYPO3 Version:4.5 Complexity:
PHP Version:5.3
Votes: 0

Description

In the backend live search, when someone clicks on a record we would like to select its page in the pagetree so that the editor has a clear picture of where they are. Currently, this does not work for the first load of the tree, but does work after the pagetree is loaded. The following JavaScript has been used for testing...

top.fsMod.recentIds['web'] = ###PID###
top.TYPO3.ModuleMenu.App.showModule('web_list');
top.TYPO3.Backend.NavigationContainer.PageTree.refresh();

(issue imported from #M17172)


Related issues

related to Core - Bug #25006: Backend search for page ID (uid) doesn't expand pagetree ... Resolved 2011-02-11
related to Core - Bug #31894: Highlight current page after search Resolved 2011-11-17

History

Updated by Steffen Kamper over 2 years ago

could you check if #24592 solves this issue?

Updated by Jeff Segars over 2 years ago

Hey Steffen,
Applying #24592 doesn't change the behavior at all.

Thanks,
jeff

Also available in: Atom PDF