Bug #92745
openPage tree is not synchronized with Bookmark
0%
Description
There is a regression in TYPO3 v9 (and that's the reason why I think it's not exactly the same as #83125 which I mark in relation anyway):
Up to TYPO3 v8, when you created a bookmark to some deep page and went to it, the page tree would expand and show the corresponding page you are landing to:
before clicking:
after clicking, the page tree reflects the current page:
TYPO3 v9¶
before clicking:
after clicking, you are naturally editing the correct page but the page tree is behaving like it's dead and does not show any sign of life, it is exactly the same as before:
Files
Updated by Xavier Perseguers over 4 years ago
- Related to Bug #83125: Selecting a bookmark in the backend should mark the page as selected in the page tree added
Updated by Xavier Perseguers over 4 years ago
Additional info: this is not just a missing page tree refresh signal, if you click refresh, nothing changes so the new state is not brought to the page tree.
Updated by Xavier Perseguers over 4 years ago
The problem exists in TYPO3 v10 as well (and thus master too).
Updated by Tymoteusz Motylewski over 4 years ago
there is an JS API for selecting page tree nodes.
Viewport.NavigationContainer.PageTree.selectNode(node);
Updated by Riccardo De Contardi about 4 years ago
I can reproduce the same issue on 11.2.0-dev (latest master)
Updated by Björn Heggemann almost 4 years ago
- TYPO3 Version changed from 9 to 10
If you search for a page or content element with live-search-box in the top right corner and edit the record directly, the page is no longer selected and displayed in the page tree.
Updated by Georg Ringer almost 3 years ago
- Related to Bug #97360: PageTree does not reflect Navigation state added
Updated by David Bruchmann 11 months ago
- Related to Epic #98593: [UX] - Clear standards added