Bug #100961
closedColspan does not work in backend layouts
100%
Description
I have a backend layout configuration like the following:
2 {
title = Default
config {
backend_layout {
colCount = 4
rowCount = 3
rows {
1 {
columns {
1 {
name = Startinhalt
colPos = 0
colspan = 4
}
}
}
2 {
columns {
1 {
name = linke Spalte
colPos = 99
colspan = 1
}
2 {
name = Seiteninhalt
colPos = 1
colspan = 3
}
}
}
3 {
columns {
1 {
name = Seiteninhalt
colPos = 2
colspan = 4
}
}
}
}
}
}
}
When I look at the layout in the backend, the columns beside each other always have the same size.
I've checked an installation with v11 and found one difference in the table properties.
In v11 the table has width="100%", in v12 the property is removed.
When I add it back to the table, the result is as expected.
Updated by Timon Schönfeld over 1 year ago
- Subject changed from colspan does not work in backend layouts to Colspan does not work in backend layouts
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/+/79455
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/+/79455
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 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.