Actions
Bug #22911
closedImage height is ignored if compression is set to None
Start date:
2010-06-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The bug applies to all content elements that have "Media" tab. Set image height to 100 and compression to "None". attach a large image and look at the page in FE. Image is large. Change compression to something else. Image will be 100 pixels high. Thus setting compression to "None" prevents using "Height" field.
(issue imported from #M14761)
Files
Updated by Dmitry Dulepov over 14 years ago
TSRef says that compression=None "removes all
parameters for the image_object". In my opinion this is wrong because users
are confused. The chose no compression but they also lose height control.
So for now this is dropped. I'll keep it locally and in the bug tracker if
anybody thinks it is still good to manipulate height while keeping objects
uncompressed.
Actions