Make WordPress Core

Opened 8 years ago

Last modified 6 years ago

#40593 new defect (bug)

Media library replace image popup not displaying completely below 641px width

Reported by: subrataemfluence's profile subrataemfluence Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 4.7.4
Component: Media Keywords:
Focuses: ui Cc:

Description

When trying to Replace Media with screen width below 641px the right panel of the popup gets hidden and there is no way to update image information like description and title.

Tested in Chrome (Version 58.0.3029.81 64-bit) and Firefox (53.0 - 64 bit).

Screenshots attached.

Attachments (2)

w-640.png (249.3 KB) - added by subrataemfluence 8 years ago.
Screen width 640px. Library taking up the whole window making information panel invisible
w-641.png (161.0 KB) - added by subrataemfluence 8 years ago.
Screen width 641px. Information panel is visible.

Download all attachments as: .zip

Change History (3)

@subrataemfluence
8 years ago

Screen width 640px. Library taking up the whole window making information panel invisible

@subrataemfluence
8 years ago

Screen width 641px. Information panel is visible.

#1 @ramonopoly
6 years ago

From what I can tell, it's because the bottom value is set to 120%:

https://core.trac.wordpress.org/browser/trunk/src/wp-includes/css/media-views.css#L2466

I don't know if this is intentional given the paucity of screen real estate on smaller viewports. The user does can return to the edit screen to update the image's details.

What would be an alternative here? I can think of a slide out menu if folks agree that it would be beneficial.

Note: See TracTickets for help on using tickets.