Task #82365
closed[BUGFIX] automatic overflow does not work for lists
0%
Description
This is how it looks with overflow:auto
https://codepen.io/anon/pen/WEqdVd
And this is how it looks without overflow:auto
https://codepen.io/anon/pen/rzEJBo
Expected: list elements should go around the image.
This issue was automatically created from https://github.com/TYPO3/TYPO3.CMS/pull/80
Updated by Gerrit Code Review about 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/53980
Updated by Anonymous about 7 years ago
Did already anyone take a look at this? =)
Updated by Riccardo De Contardi about 7 years ago
Of course it's matter of personal tastes, but I don't understand why the list without overflow:auto
should be better: it's only harder to read. That's IMHO of course.
Updated by Benjamin Kott almost 7 years ago
- Status changed from Under Review to Rejected
- Priority changed from Should have to Won't have this time
Elements behave as intended, lists have to be in the right context and cannot be moved apart.
Also the list items are now overlaying the image itself.