Actions
Bug #78296
closedBackend layout is Broken in Chrome
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
Actions