Project

General

Profile

Actions

Bug #78296

closed

Backend layout is Broken in Chrome

Added by Markus Sommer over 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
Start date:
2016-10-14
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:

Description

Backend layout is Broken in Chrome after 5 columns

To repoduce:
Create this Backendlayout

mod.web_layout {
    BackendLayouts {
        subpage {
            title = Sub page test
            config {
                backend_layout {
                    colCount = 5
                    rowCount = 2
                    rows {
                        1 {
                            columns {
                                1 {
                                    name = Inhalt
                                    colPos = 0
                                    colspan = 3
                                }

                                2 {
                                    name = Seitenleiste
                                    colPos = 1
                                    colspan = 2
                                }
                            }
                        }

                        2 {
                            columns {
                                1 {
                                    name = Inhalt
                                    colPos = 10
                                    colspan = 1
                                }

                                2 {
                                    name = Seitenleiste
                                    colPos = 11
                                    colspan = 4
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}


Files

backendlayout_broken.jpg (57.9 KB) backendlayout_broken.jpg Markus Sommer, 2016-10-14 15:00

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #78812: Backend layout broken when many (nested) columnsClosed2016-11-27

Actions
Actions #1

Updated by Gerrit Code Review over 7 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/50228

Actions #2

Updated by Gerrit Code Review over 7 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/50228

Actions #3

Updated by Gerrit Code Review over 7 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/50228

Actions #4

Updated by Gerrit Code Review over 7 years ago

Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50297

Actions #5

Updated by Gerrit Code Review over 7 years ago

Patch set 2 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50297

Actions #6

Updated by Markus Sommer over 7 years ago

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

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF