Project

General

Profile

Actions

Bug #58715

closed

Wrong value check for max image width and height in MagicImageService

Added by Online Now! GmbH over 10 years ago. Updated over 9 years ago.

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 #1

Updated by Markus Klein over 10 years ago

Maybe Stanislas can say something about this.

Actions #2

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
Actions #3

Updated by Alexander Opitz over 9 years ago

Hi,

does the problem still exists within newer versions of TYPO3 CMS (6.2.13)?

Actions #4

Updated by Online Now! GmbH over 9 years ago

After a quick test, this problem seems to be resolved. Thanks!

Actions #5

Updated by Alexander Opitz over 9 years ago

  • Status changed from Needs Feedback to Closed
  • Assignee deleted (Stanislas Rolland)

Thanks for your feedback.

Actions

Also available in: Atom PDF