You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
14.2.0
Bug summary
When you pick a media item and put in alt text and caption, and you then edit the inserted image, the fields are reverted to their defaults.
Specifics
The TinyMCE property editor.
Steps to reproduce
Insert a media item and give it a caption
Verify it inserts a <figure> with a <figcaption> in the source
Edit the image again, the fields are now blank / reset to default
Expected result / actual result
The caption field should be filled out with the stored caption. The alt text field, which is retrieved from the media item itself, should continue doing so unless the user has overridden the value.
The text was updated successfully, but these errors were encountered:
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
14.2.0
Bug summary
When you pick a media item and put in alt text and caption, and you then edit the inserted image, the fields are reverted to their defaults.
Specifics
The TinyMCE property editor.
Steps to reproduce
<figure>
with a<figcaption>
in the sourceExpected result / actual result
The caption field should be filled out with the stored caption. The alt text field, which is retrieved from the media item itself, should continue doing so unless the user has overridden the value.
The text was updated successfully, but these errors were encountered: