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

drewish’s picture

Status: Active » Needs work

yeah that looks like a bug... a patch would be very helpful.

cmurockstar’s picture

If 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....

quicksketch’s picture