Adding an Image in the RTE provides an field for Caption (optional), that does nothing.
So, in the RTE, if I add an image, this is shown:
But the Caption field isn't used at all.
It uses the mediacropdetails.html view, which in turn uses the MediaCropDetailsController.
The controller from what I can see, does nothing with the Caption, but the view is trying to handle model.target.caption:
Adding an Image in the RTE provides an field for Caption (optional), that does nothing.
So, in the RTE, if I add an image, this is shown:
But the Caption field isn't used at all.
It uses the mediacropdetails.html view, which in turn uses the MediaCropDetailsController. The controller from what I can see, does nothing with the Caption, but the view is trying to handle model.target.caption:
But the only reference for a "target.caption" is in the MediaPickerController
Anyways, this can't be right, can it? =)
I'm running this on 8.18.5. (And on Cloud, but I don't think that matters :P)
is working on a reply...