Actions
Bug #90056
openSelection not open after after leaving filtered mode
Status:
New
Priority:
Should have
Assignee:
-
Category:
Pagetree
Target version:
-
Start date:
2020-01-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you select a page in the pagetree in filtered mode the node and then clear the search field, the pagetree returns to its previous state and the selected node may not be visible.
Steps to reproduce:- have a pagetree with as few as possible nodes open
- use search filter to find a page
- select the page (it's now open in the right pane)
- clear filter field
The rootline to the selected page is not expanded.
Expected behaviour:- after returning to unfiltered mode a selected node MUST be visible in the page tree (the nodes in its rootline must be opened)
- after returning to unfiltered mode a selected node SHOULD be inside the visible part of the pagetree (scrolling issue)
NB this is a déjà vu of a similar issue back in version 4.5-4.7 :-)
Updated by Jigal van Hemert almost 5 years ago
- Related to Bug #33853: Selection lost after leaving filtering-mode added
Updated by Riccardo De Contardi almost 5 years ago
As far as I can see, when you clear the filter you return to any previous selected page on the pagetree - tested with both 9.5 and latest master
Steps to reproduce:
Test 1¶
- Open TYPO3 - don't select any page on pagetree
- expand the pagetree to a deep node
- use the filter to filter the tree to the page chosen on step 2
- click on the page - now it is open in right panel
- clear the filter
RESULT: no page is selected in pagetree¶
Test 2¶
- Open TYPO3
- expand the pagetree to a node and click on a page - now it is open in right panel
- expand the pagetree to a deep node on a different branch
- use the filter to filter the tree to the page chosen on step 3
- click on the page - now it is open in right pane
- clear the filter
RESULT: the pagetree shows as selected the page selected on step 2¶
Updated by Riccardo De Contardi over 4 years ago
- Related to Epic #88474: Page tree performance in 9.5 added
Updated by Jigal van Hemert over 2 years ago
- Related to Bug #92830: Preserve selected page after filter reset in pagetree added
Updated by Rémy DANIEL over 1 year ago
- Related to Bug #83125: Selecting a bookmark in the backend should mark the page as selected in the page tree added
Actions