Bug #103626
closedUX: Backend Page Module - hidden Content Elements are not hidden if 'Show hidden content elements' is disabled
100%
Description
In Page Module the hidden Content Elements are not hidden anymore if 'Show hidden content elements' is disabled.
Additionally hidden elements must not be accessible/focusable by keyboard.
Regression
¶
Files
Updated by Ayke Halder 7 months ago
- Related to Bug #103381: UX: Backend Page Module - box-shadow on Content Elements added
Updated by Gerrit Code Review 7 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83781
Updated by Ayke Halder 7 months ago
- Subject changed from Backend Page Module - hidden Content Elements are not hidden if 'Show hidden content elements' is disabled to UX: Backend Page Module - hidden Content Elements are not hidden if 'Show hidden content elements' is disabled
- Description updated (diff)
Updated by Gerrit Code Review 7 months ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83781
Updated by Gerrit Code Review 7 months ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83781
Updated by Ayke Halder 7 months ago
- File typo3-be-page-module-hidden-ce-regression.gif typo3-be-page-module-hidden-ce-regression.gif added
- Description updated (diff)
Updated by Gerrit Code Review 7 months ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83781
Updated by Ayke Halder 7 months ago ยท Edited
- File clipboard-202404161620-ywgtd.png clipboard-202404161620-ywgtd.png added
- File clipboard-202404161621-4zxdv.png added
If the URLs anchor-part is set to the elements id, the element gets a scroll-correcting pseudo-element by CSS:
:target:before
This pseudo-element has a height which is countered by negative margin-top.scrollHeight
andheight
of the element are still influenced by this pseudo-element and the elements margin-top.So in case you toggle the visible state of an element the url becomes:
https://typo3.ddev.site/typo3/module/web/layout?id=2#element-tt_content-5Then switch the 'show hidden elements' checkbox and this element referenced by the URL-anchor behaves broken.
Fixed by using overflow: clip
in combination with display: flow-root
.
Updated by Gerrit Code Review 7 months ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83781
Updated by Gerrit Code Review 7 months ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83781
Updated by Ayke Halder 7 months ago
- File deleted (
clipboard-202404161621-4zxdv.png)
Updated by Gerrit Code Review 7 months ago
Patch set 7 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83781
Updated by Gerrit Code Review 7 months ago
Patch set 8 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83781
Updated by Gerrit Code Review 7 months ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83974
Updated by Ayke Halder 7 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 678621e164b6b3b47aa1f9a4138a856bd0c57246.