Problem/Motivation
When using Media module widget for image fields, during node add/edit, or when an image is being added - Title field is hidden by theme's CSS.
Steps to reproduce
- Enable Media module.
- Create a custom content type, add image field, choose "Media browser" as the field's widget.
- In the field's settings - enable ALT and TITLE fields
- Add new custom node, click browse to add file, add file from a media library (or upload one)
- Observe the Title field missing
- Using code inspector, locate hidden title form element - see applied styles:
.media-widget > .form-item:last-child {display: none;}
Proposed resolution
Remove line 2018 in the core.css
Remaining tasks
Fix css
User interface changes
Restores the last for item in the media widget
API changes
NO
Data model changes
NO
Comments