Bug #79751
closedImage manupulation uses cropped image instead of original image
0%
Description
The image cropper is using the already cropped image instead of the base image if the cropper is opened after the cropped image is saved.
Steps to reproduce:
- Create a text media contentn element and select an image
- crop the image in the file reference
- save the content element
- open the cropper again
Current result
The image cropper shows the already cropped image and the cropping are is relative to this image and not to the base image
Expected result
The image cropper should use the base image and show the cropped are based on that image
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51632
Updated by Volker Kemeter almost 8 years ago
hi, i am not able to reproduce that behaviour. the complete image is shown, no matter what i crop. it always shows me the expected result.
Updated by Helmut Hummel almost 8 years ago
- Status changed from Under Review to Needs Feedback
I also cannot reproduce this
Updated by Sascha Egerer almost 8 years ago
Ok found the "problem". This issue is related to #75309. I had still the database field "crop" in my database and looks like this is enough to break that.
I have to further investiate here...
Updated by Benni Mack almost 8 years ago
- Target version changed from 8.6 to 8 LTS
Updated by Benni Mack over 7 years ago
- Target version changed from 8 LTS to Candidate for patchlevel
Updated by Sascha Egerer about 7 years ago
- Status changed from Needs Feedback to Rejected
Cant reproduce it anymore