Make WordPress Core

Opened 3 years ago

Last modified 18 months ago

#55200 new defect (bug)

Cannot add caption to images on mobile

Reported by: vincepettit's profile 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)

6FEBC7D3-A101-4B70-BE6A-663EADC0978F.png (4.6 MB) - added by vincepettit 3 years ago.
No options on mobile view (Safari - iPhone 13 Pro)

Change History (5)

#1 follow-up: @sabernhardt
3 years ago

  • Component changed from General to Media
  • Keywords reporter-feedback needs-screenshots added

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.

@vincepettit
3 years ago

No options on mobile view (Safari - iPhone 13 Pro)

#2 in reply to: ↑ 1 @vincepettit
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 @sabernhardt
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;
	}
}

#4 @vincepettit
18 months ago

Any news on this update? It’s frustrating not being able to edit the captions when adding images.

Note: See TracTickets for help on using tickets.