Project

General

Profile

Actions

Bug #100961

closed

Colspan does not work in backend layouts

Added by Timon Schönfeld about 1 year ago. Updated 8 days ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2023-06-05
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Stabilization Sprint

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.

Actions #1

Updated by Timon Schönfeld about 1 year ago

  • Subject changed from colspan does not work in backend layouts to Colspan does not work in backend layouts
Actions #2

Updated by Benni Mack about 1 year ago

  • Sprint Focus set to Stabilization Sprint
Actions #3

Updated by Gerrit Code Review about 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

Actions #4

Updated by Gerrit Code Review about 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

Actions #5

Updated by Gerrit Code Review about 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

Actions #6

Updated by Gerrit Code Review about 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

Actions #7

Updated by Gerrit Code Review about 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

Actions #8

Updated by Gerrit Code Review about 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

Actions #9

Updated by Gerrit Code Review about 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

Actions #10

Updated by Gerrit Code Review about 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

Actions #11

Updated by Benjamin Kott about 1 year ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #12

Updated by Benni Mack 8 days ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF