Actions
Task #100761
closedFilelist squeezing thumbnails at tiles view (Firefox)
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2023-04-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
no-brainer
Sprint Focus:
Description
- Tested on: Ubuntu Linux
- Width: Firefox 112.0.2 (64-Bit)
- TYPO3 12.4.0
Width Chrome there are no display issues here, so i guess this is a browser behaviour
Description:
At the Module "Filelist" the Thumbnails in tiles view are squeezed, because the width of the wrapping button depends on the file title length.
Fourthermore it seems that no max width or something like overflow is set.
- The Image size should be indipendent from the file title length (like in chrome)
- The length of the title should be handled by a text overflow if it can't break into a new line (like in chrome)
Files
Updated by Andreas Kienast over 1 year ago
Hello Michael,
thank you for your report. There is already a patch pending for #100743 that seems to fix this issue as well.
Kind regards
Andreas
Updated by Andreas Kienast over 1 year ago
- Related to Bug #100743: Long file names break file list added
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78876
Updated by Andreas Fernandez over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0bae8154fcc001f440a0ff9fbc20b3f15bd969c1.
Actions