Make WordPress Core

Changes between Initial Version and Version 12 of Ticket #63895


Ignore:
Timestamp:
09/23/2025 04:43:51 PM (9 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63895

    • Property Owner set to sajjad67
    • Property Status changed from new to assigned
    • Property Version changed from 6.8.2 to
  • Ticket #63895 – Description

    initial v12  
    1 Originally posted to github: https://github.com/WordPress/gutenberg/issues/71395
     1Originally posted to GitHub: [https://github.com/WordPress/gutenberg/issues/71395 GB71395]
    22
    3 Description
    43Accessibility issue:
    54When 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.
     
    98(Presumably this is some issue with updating content in the right sidebar versus in the block you're inserting which requires no refresh)
    109
    11 Only semi-related issue I found was this: #66491
     10Only semi-related issue I found was this: [https://github.com/WordPress/gutenberg/issues/66491 GB66491]
    1211
    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
    1820Metadata for description and alt text added in Adobe Bridge:
    1921
    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
     24Description 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="")]]