Project

General

Profile

Actions

Bug #97360

open

PageTree does not reflect Navigation state

Added by Matthias Adrowski about 2 years ago. Updated about 2 years ago.

Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
Pagetree
Target version:
-
Start date:
2022-04-11
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When using different means of navigating page, for example links in BackendModules or using a Deeplink, the
state of the page navigation does not reflect the currently shown page or its place inside.

Additionally, when trying to use JS inside of BE Modules to change the pagetree, the only method that kinda works is
by using SvgTree.filter(), since SvgTree.selectNode() will do nothing when the page is not given in current loaded nodes.
But using SvgTree.filter() this will leave one with a reduced or even empty tree where one has to reuse the search to get back to the tree.

Steps to reproduce:
1. use Page-Module + pagetree to go to page, page in pagetree has active state
2. change id in URL to another page
3. pagetree has no active page

Additional:
1. use document.querySelector('#typo3-pagetree-tree').filter('173'); inside console
2. have a filtered view with either page 173 or no page at all, but no filter set

Related:
https://forge.typo3.org/issues/89979
https://forge.typo3.org/issues/92745


Related issues 2 (2 open0 closed)

Related to TYPO3 Core - Feature #89979: Jump to a specific page in the page treeNew2019-12-17

Actions
Related to TYPO3 Core - Bug #92745: Page tree is not synchronized with BookmarkNew2020-11-01

Actions
Actions #1

Updated by Georg Ringer about 2 years ago

  • Status changed from New to Accepted
Actions #2

Updated by Georg Ringer about 2 years ago

  • Related to Feature #89979: Jump to a specific page in the page tree added
Actions #3

Updated by Georg Ringer about 2 years ago

  • Related to Bug #92745: Page tree is not synchronized with Bookmark added
Actions

Also available in: Atom PDF