Bug #101041
closedContent not accessible in Typo3 V12 Backend multicolumn-Layout
100%
Description
The backend of Typo3 V12 now apparently uses HTML tables instead of DIVs to display multi-column page layouts. The problem is that in multi-column layouts, the content in the columns further to the right is sometimes no longer accessible. In order to make the columns accessible, you could probably add "overflow-x: auto;" to the DIV surrounding the table. I'm not sure if this is a bug or a feature, but the columns should be accessible for editing in a multicolumn page layout.
Files
Updated by David Bender over 1 year ago
Sorry, I just realize that the backend in V11 also uses HTML-Tables. but the problem with the accessibility remains of course.
Updated by Gerrit Code Review over 1 year 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/+/79456
Updated by Gerrit Code Review over 1 year 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/+/79456
Updated by Gerrit Code Review over 1 year 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/+/79456
Updated by Gerrit Code Review over 1 year 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/+/79456
Updated by Annett Jähnichen over 1 year ago
- Has duplicate Bug #101240: Horizontal scrolling in page module not possible added
Updated by Gerrit Code Review over 1 year 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/+/79759
Updated by Gerrit Code Review over 1 year 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/+/79759
Updated by Gerrit Code Review over 1 year 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/+/79759
Updated by Gerrit Code Review over 1 year 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/+/79827
Updated by Benjamin Kott over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b3d474df70582e3224b1e3711aa6f0d4e4889d74.
Updated by Ayke Halder 8 months ago
- Related to Bug #103386: UX: Backend Page Module - remove dotted gray line around the whole page added