Changes between Initial Version and Version 3 of Ticket #13520
- Timestamp:
- Jul 9, 2015, 12:57:33 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13520
-
Property
Version
changed from
4.5.1
to
-
Property
Version
changed from
-
Ticket #13520 – Description
initial v3 3 3 Upload image has to handle response with the width and height too. Now when the image is uploaded it has the same dimensions as the uploading image, see `onUploaded` method in the upload image definition, in `uploadimage` plugin. If server return new dimensions they should be used instead original dimensions. It should be possible to get them thanks to #13519. 4 4 5 Additionally it makes no sens to show use d full size image during uploading to shouldhim miniature when the upload is done. CKEditor should calculate image dimensions and set the proper dimensions at the begging. Then when the upload is done CKEditor should use dimensions from the server anyway.5 Additionally it makes no sens to show user full size image during uploading to show him miniature when the upload is done. CKEditor should calculate image dimensions and set the proper dimensions at the begging. Then when the upload is done CKEditor should use dimensions from the server anyway.