Project

General

Profile

Actions

Bug #90574

closed

Image size of thumbnails wrong if there is a problem with image generation - at backen extension list

Added by Christian Hackl about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Backend User Interface
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

imageSizeError.JPG (148 KB) imageSizeError.JPG Christian Hackl, 2020-02-28 14:00

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #90491: Cleanup CSS StylingsClosed2020-02-22

Actions
Actions #1

Updated by Susanne Moog about 4 years ago

  • Target version changed from 10 LTS to Candidate for Major Version
Actions #2

Updated by Riccardo De Contardi about 4 years ago

  • Category set to Backend User Interface
Actions #3

Updated by Georg Ringer about 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
Actions #4

Updated by Georg Ringer about 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

Actions #5

Updated by Georg Ringer about 4 years ago

Actions

Also available in: Atom PDF