Actions
Bug #90574
closedImage size of thumbnails wrong if there is a problem with image generation - at backen extension list
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2020-02-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If the image generation does not work, for example because of an error (like: https://forge.typo3.org/issues/90573) or because Image- Graphicsmagick is not installed, then the icons in the extension list are displayed in their original size. (see appendix)
In addition the extension titles of the very large images are put over the extension_key.
It would be nice if this would be set to a max-width / max-height via CSS, for example.
Files
Updated by Susanne Moog over 4 years ago
- Target version changed from 10 LTS to Candidate for Major Version
Updated by Riccardo De Contardi over 4 years ago
- Category set to Backend User Interface
Updated by Georg Ringer over 4 years ago
- Tracker changed from Feature to Bug
- Status changed from New to Accepted
- Priority changed from Should have to Could have
- Target version changed from Candidate for Major Version to Candidate for patchlevel
- TYPO3 Version set to 9
Updated by Georg Ringer over 4 years ago
- Status changed from Accepted to Closed
this has been solved in 10 with the issue #90491 adding the following code
.extension-icon {
height: 16px;
width: 16px;
}
as this is valid but an edge case I will close the issue
Updated by Georg Ringer over 4 years ago
- Related to Task #90491: Cleanup CSS Stylings added
Actions