Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TinyMCE does not restore alt text and captions on figures #17148

Closed
iOvergaard opened this issue Sep 27, 2024 · 1 comment
Closed

TinyMCE does not restore alt text and captions on figures #17148

iOvergaard opened this issue Sep 27, 2024 · 1 comment

Comments

@iOvergaard
Copy link
Contributor

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

  1. Insert a media item and give it a caption
  2. Verify it inserts a <figure> with a <figcaption> in the source
  3. 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.

@iOvergaard
Copy link
Contributor Author

This is fixed by umbraco/Umbraco.CMS.Backoffice#2347 and will be released in 15.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant