changing line 23 in imagefield_formatter.inc from
return theme('imagefield_image', $item, $item['alt'], $item['title'], array('class' => $class));
to
return theme('imagefield_image', $item, $item['data']['alt'], $item['title'], array('class' => $class));
adds the alt text appropriately. Please adjust because this is a SERIOUS accessibility issue.
(note. Adding ['data']['title] does not appear to change anything, or add the correct meta data)
Comments
Comment #1
drewish commentedyeah that looks like a bug... a patch would be very helpful.
Comment #2
cmurockstar commentedIf i knew how to create a drupal patch, i would... i am... how do u say, only 1 week into using drupal for the first time....
Comment #3
quicksketchFixed in #332025: Custom Alternate Text, title and description content not shown when editing node.