Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
image.module
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 Jan 2013 at 01:27 UTC
Updated:
18 Aug 2014 at 13:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
yesct commentedJust investigating right now. If find any issues will file follow-up for them.
Comment #2
yesct commentedDrupal 7 core image field. image widget.
Comment #3
yesct commentedcore image field. widget media file selector.
No setting in edit field for alt and title (or in manage display tab)
is there an issue open already for the media file select widget not showing alt? (what is the project/component for that?)
Comment #4
yesct commentedcore image field. widget media file selector.
(create content instead of edit one that had image widget before)
alt in widget

alt carried through in widget

no alt when viewing node

Comment #5
yesct commentedfile field. file widget.

oh. no image display. ok.
Comment #6
yesct commentedI feel like I should be able to something with this.. based on #1553094: Alt and Title support for Images. But I'm not sure.
Can I use the file field and do some config to be able to use it for images and get alt in the html?
I got this far... but then dont know what to do. There dont seem to be more options on a file field than there was before.
Comment #7
hyperglide commentedYou may find http://drupal.org/node/1553094#comment-6638474 useful.
Comment #8
ParisLiakos commentedThis is more of a media issue.
File entity module does not use core's alt and title attributes of image fields.
It attaches two textfields on image file type and uses those fields instead..which makes it confusing for site builders
Comment #9
mschudders commentedI am having issues when I am adding it via WYSIWYG.
I can enter the fields alt & text but they are not displayed.
I am using the latest media DEV & File Entity dev + using the panopoly distribution.
As you can see in the screenshots I can add it but it is not displayed in the wyswyig and not when displaying the content.
Comment #10
yesct commented@Mschudders what happens when you try and follow #1307054-95: Accessibility - Media browser image alt and title fields ?
Comment #10.0
yesct commentedadded related issue to media module wysiwyg
Comment #11
mgiffordThis is a great thread. Thanks @YesCT. We do need to consolidate these into a standard pattern.