Opened 3 years ago
Last modified 18 months ago
#55200 new defect (bug)
Cannot add caption to images on mobile
Reported by: | vincepettit | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 5.9 |
Component: | Media | Keywords: | has-screenshots needs-patch |
Focuses: | administration | Cc: |
Description
On the mobile view of the admin section you cannot add ally text, captions, or descriptions to media uploads
Attachments (1)
Change History (5)
#1
follow-up:
↓ 2
@
3 years ago
- Component changed from General to Media
- Keywords reporter-feedback needs-screenshots added
#2
in reply to:
↑ 1
@
3 years ago
Replying to sabernhardt:
Hi and welcome to Trac!
Could you add screenshots and/or specific instructions for how you tried to add these details?
I don't know if something is not loading properly for you, or if the interface for editing those details is simply too hard to find on mobile.
When adding / editing a post in mobile I go to the feature image section. Upload or choose an image but there is nowhere to add captions. The only way that it is possible is you upload in the media area outside of the post.
It seems that the CSS is hiding that part of the screen that is available on desktop.
#3
@
3 years ago
- Keywords has-screenshots needs-patch added; reporter-feedback needs-screenshots removed
Thanks for clarification. That panel apparently remains hidden at certain sizes because selecting an image does not add the visible
class.
@media only screen and (max-width: 640px), screen and (max-height: 400px) { .media-sidebar { bottom: 120%; } .media-sidebar.visible { bottom: 0; } }
Hi and welcome to Trac!
Could you add screenshots and/or specific instructions for how you tried to add these details?
I don't know if something is not loading properly for you, or if the interface for editing those details is simply too hard to find on mobile.