Bug #100860
closedPage Module -- header section has an css overflow after closing of the content element edit view
0%
Description
If I click on the page module, select any page, select "language comparison" on the top select box (not necessary but easier to see), then click on an element edit button and close it via the "x" button on the top again. After that you can see in the content section between the header of the current page and the each language labels an css overflow. See screenshot below.
If I reload the backend module everything seems correct again.
System- Typo3 v12.4.1
- PHP 8.1
- Chrome Version 113.0.5672.63 (Official Build) (64-bit)
Hint
I think the problem lies here with this calc rule, because if I simply deactivate and activate it, it works again.
.t3-grid-container-inner { margin: calc(var(--pagemodule-grid-spacing) * -1); }
Files
Updated by Julian Mair over 1 year ago
- File deleted (
Screenshot from 2023-05-11 15-36-36.png)
Updated by Riccardo De Contardi over 1 year ago
- Category set to Backend User Interface
Updated by Annett Jähnichen over 1 year ago
- Sprint Focus set to On Location Sprint
Could not confirm this issue in dev-main and Chrome Browser.
Next step, test this issue in Version 12.4.
If it can't be reproduced, close this issue.
Updated by Julian Mair over 1 year ago
I can't reproduce it now with Typo3 v12.4.4 either.
I think it has already been fixed indirectly by: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79827
If desired, this issue can be closed.