Changes between Initial Version and Version 12 of Ticket #63895
- Timestamp:
- 09/23/2025 04:43:51 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63895
- Property Owner set to sajjad67
-
Property
Status
changed from
newtoassigned -
Property
Version
changed from
6.8.2to
-
Ticket #63895 – Description
initial v12 1 Originally posted to github: https://github.com/WordPress/gutenberg/issues/713951 Originally posted to GitHub: [https://github.com/WordPress/gutenberg/issues/71395 GB71395] 2 2 3 Description4 3 Accessibility issue: 5 4 When you upload an image that has existing metadata for description and alt text, the description is automagically added to the image block as the caption, but the alt text is ignored. … … 9 8 (Presumably this is some issue with updating content in the right sidebar versus in the block you're inserting which requires no refresh) 10 9 11 Only semi-related issue I found was this: #6649110 Only semi-related issue I found was this: [https://github.com/WordPress/gutenberg/issues/66491 GB66491] 12 11 13 Step-by-step reproduction instructions 14 add metadata to an image in both description and alt text fields 15 upload image to an image block 16 watch the caption populate from description but alt text is not added in right sidebar 17 Screenshots, screen recording, code snippet 12 ==== Step-by-step reproduction instructions 13 14 - add metadata to an image in both description and alt text fields 15 - upload image to an image block 16 - watch the caption populate from description but alt text is not added in right sidebar 17 18 ==== Screenshots, screen recording, code snippet 19 18 20 Metadata for description and alt text added in Adobe Bridge: 19 21 20 SEE SCREENSHOTS on github post (can't figure out how to upload here in TRAC) 22 [[Image(https://core.trac.wordpress.org/raw-attachment/ticket/63895/Screenshot%202025-08-28%20at%206.55.30%E2%80%AFPM.png, alt="metadata placed on file, using the same text for Description and Alt Text", title="")]] 23 24 Description appears as caption, nothing shows in metadata: 25 26 [[Image(https://core.trac.wordpress.org/raw-attachment/ticket/63895/Screenshot%202025-08-28%20at%206.56.30%E2%80%AFPM.png, alt="screenshot showing description coming thru as caption but alt text being ignored", title="")]]