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

Also available in: Atom PDF