Bug #72957
closedUnclear position for the new page using the wizard
100%
Description
TYPO3 7.6
Editor uses the new page wizard and get confused on where the new page will be created looking at the tree of "Select a position for the new page:"
The indentation of the pages in the tree is wrong showing pages and sub-pages on the same level.
TYPO3 6.2 was simply right and clear.
Files
Updated by Ian Solo almost 9 years ago
- File Capture2.PNG Capture2.PNG added
This is how the wizard looks in 4.7
I don't have a 6.2 actually but if I remember well was pretty the same.
Updated by Riccardo De Contardi almost 9 years ago
- Category set to Backend User Interface
Updated by Riccardo De Contardi almost 9 years ago
- File cattura.png cattura.png added
I add a further weird behavior (I tested witht the latest master 8.0-dev):
As you can see from my screenshot Cattura.png, there is an arrow inside the page with id=339 ("Prova 32") that seems to create the page inside that page, but... it actually creates it below the page, at the same level
Updated by Riccardo De Contardi over 8 years ago
- Target version changed from 7.6.3 to Candidate for patchlevel
Updated by Frank Nägler over 8 years ago
- Status changed from New to Needs Feedback
can't reproduce the bug with latest 7.6 and master branch.
Is it still an issue?
Updated by Ian Solo over 8 years ago
I just checked with latest 7.6 and bug is still present.
Updated by Riccardo De Contardi over 8 years ago
- File cattura1.png cattura1.png added
- File cattura2.png cattura2.png added
In fact, IMO it is reproducible on 8.2-dev (I have not tested with 7.6, but I think that's the same)
steps to reproduce:
a) create a page named "72957", and create some subpages ("Alpha", "Beta", "Gamma"), so you have the situation illustrated on cattura1.png
b) select the page 72957"; list view; create new record; Create a new page (select position)
c) the result is shown in cattura2.png:
1) it is not clear from the position of the pages and the arrows, that the pages Alpha, Beta, Gamma are in fact inside 72957
2) looking at the last arrow, it seems that it creates a page inside Gamma, but it actually creates it after Gamma
Updated by Ian Solo over 8 years ago
- File newpagewizard.png newpagewizard.png added
This is the actual screenshot of the latest commit of 7.6 from git with some note added to help to understand the bug.
Updated by Michiel Roos about 8 years ago
This was broken in commit https://github.com/TYPO3/TYPO3.CMS/commit/2affe49148755ec49731dc24de47b452e8919437
Due to changes in the method: \TYPO3\CMS\Backend\Tree\View\AbstractTreeView::getTree()
Updated by Tymoteusz Motylewski about 8 years ago
- Status changed from Needs Feedback to New
confirmed in v8.3
Updated by Gerrit Code Review about 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50322
Updated by Gerrit Code Review about 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50322
Updated by Ian Solo about 8 years ago
Patch works for me in TYPO3 7.6.11
Thank you Michael Oehlhof!
Updated by Riccardo De Contardi about 8 years ago
Still not totally clear: if you are in the situation described by the attached screenshot Schermata 2016-10-23 alle 10.15.01.png and click on the arrow circled, the created page will not be a subpage of the page, but a sibling.
Updated by Gerrit Code Review about 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50322
Updated by Gerrit Code Review about 8 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50322
Updated by Gerrit Code Review about 8 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50322
Updated by Gerrit Code Review about 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50396
Updated by Michael Oehlhof about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 56b85b3de3814ef317887f23d662707b2c3d9b92.
Updated by Ian Solo about 8 years ago
I tested https://review.typo3.org/#/c/50396/ and this bug doesn't seem to be resolved.
As I commented here https://review.typo3.org/#/c/50322/:
"If you try to create a page from a page that has no children, the arrow that signal the position for the sub-page of this page is not indented."