Bug #58715
closedWrong value check for max image width and height in MagicImageService
0%
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.
Updated by Markus Klein over 10 years ago
Maybe Stanislas can say something about this.
Updated by Mathias Schreiber almost 10 years ago
- Category changed from Image Cropping to RTE (rtehtmlarea + ckeditor)
- Status changed from New to Needs Feedback
- Assignee set to Stanislas Rolland
Updated by Alexander Opitz over 9 years ago
Hi,
does the problem still exists within newer versions of TYPO3 CMS (6.2.13)?
Updated by Online Now! GmbH over 9 years ago
After a quick test, this problem seems to be resolved. Thanks!
Updated by Alexander Opitz over 9 years ago
- Status changed from Needs Feedback to Closed
- Assignee deleted (
Stanislas Rolland)
Thanks for your feedback.