Actions
Bug #58715
closedWrong value check for max image width and height in MagicImageService
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2014-05-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
If you want to increase the maximum width and height for images in the RTE, you have to alter the values in the "RTE.default.buttons.image.options" array.
The settings work for the backend, but in the frontend those settings are ignored.
Thats because the check for those values in the function setMagicImageMaximumDimensions() ( class "TYPO3\CMS\Core\Resource\ServiceMagicImageService" ) does not look into the "default." array of the configuration settings. So you have to add a line like "RTE.buttons.image.options < RTE.default.buttons.image.options" in PageTS to make those settings work in frontend and backend.
If this is by design, feel free to close the ticket.
Actions