Bug #89193
closedPagetree scroll cuts of last elements
100%
Description
If the selection of page types at the top of the pagetree gets to 2 rows, for example by adding a lot of extensions adding additional pagetypes, the last element of the pagetree is no longer visible when the pagetree is large enough to enable scrolling.
I guess the tree container does not respect the top of the pagetree to has more then 1 row. However it fixes itself on resizing the window.
How to reproduce:
1. Create a large pagetree that enables scrolling
2. Get the list of pagetypes to generate a 2nd row
Files
Updated by Riccardo De Contardi almost 5 years ago
What method has been used to add the additional doktypes? Did you add them on-the-fly using for example the Chrome inspector? In this case I think that the javascript that calculates the height of #typo3-pagetree-tree
will not update the value (see typo3/sysext/backend/Resources/Public/JavaScript/SvgTree.js
line 399)
Updated by Kevin Ditscheid almost 5 years ago
Riccardo De Contardi wrote:
What method has been used to add the additional doktypes? Did you add them on-the-fly using for example the Chrome inspector? In this case I think that the javascript that calculates the height of
#typo3-pagetree-tree
will not update the value (seetypo3/sysext/backend/Resources/Public/JavaScript/SvgTree.js
line 399)
I did not add the doktypes on the fly.
Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/63511
Updated by Riccardo De Contardi over 4 years ago
- Related to Bug #90555: The height of #typo3-page tree-tree is not flexible added
Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/63511
Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/63511
Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/63511
Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/63511
Updated by Gerrit Code Review over 4 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63511
Updated by Gerrit Code Review over 4 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63464
Updated by Christian Eßl over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e051a5e961a2d2fed95f50ac2871804f0ffc7bfe.