Project

General

Profile

Actions

Bug #92745

open

Page tree is not synchronized with Bookmark

Added by Xavier Perseguers over 3 years ago. Updated 10 months ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Pagetree
Target version:
-
Start date:
2020-11-01
Due date:
% Done:

0%

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

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

step1v8.png (42.4 KB) step1v8.png Xavier Perseguers, 2020-11-01 08:25
step2v8.png (15.1 KB) step2v8.png Xavier Perseguers, 2020-11-01 08:25
step2v9.png (19.1 KB) step2v9.png Xavier Perseguers, 2020-11-01 08:25
step1v9.png (34.5 KB) step1v9.png Xavier Perseguers, 2020-11-01 08:25
step3v8.png (57.2 KB) step3v8.png Xavier Perseguers, 2020-11-01 08:25

Related issues 2 (1 open1 closed)

Related to TYPO3 Core - Bug #83125: Selecting a bookmark in the backend should mark the page as selected in the page treeClosed2017-11-27

Actions
Related to TYPO3 Core - Bug #97360: PageTree does not reflect Navigation stateAccepted2022-04-11

Actions
Actions #1

Updated by Xavier Perseguers over 3 years ago

  • Related to Bug #83125: Selecting a bookmark in the backend should mark the page as selected in the page tree added
Actions #2

Updated by Xavier Perseguers over 3 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.

Actions #3

Updated by Xavier Perseguers over 3 years ago

The problem exists in TYPO3 v10 as well (and thus master too).

Actions #4

Updated by Tymoteusz Motylewski over 3 years ago

there is an JS API for selecting page tree nodes.

Viewport.NavigationContainer.PageTree.selectNode(node);

Example usage:
https://github.com/typo3/TYPO3.CMS/blob/master/Build/Sources/TypeScript/backend/Resources/Public/TypeScript/ContextMenuActions.ts#L238-L238

Actions #5

Updated by Riccardo De Contardi about 3 years ago

I can reproduce the same issue on 11.2.0-dev (latest master)

Actions #6

Updated by Björn Heggemann about 3 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.

Actions #7

Updated by Georg Ringer about 2 years ago

  • Related to Bug #97360: PageTree does not reflect Navigation state added
Actions #8

Updated by Riccardo De Contardi 10 months ago

Still present on 13.0.0-dev

Actions

Also available in: Atom PDF