Make WordPress Core

Opened 3 years ago

Closed 3 years ago

#54767 closed defect (bug) (reported-upstream)

Post visibility popover is very narrow in iPad

Reported by: sumitsingh's profile sumitsingh Owned by:
Milestone: Priority: normal
Severity: normal Version: 5.8.2
Component: Editor Keywords: block-editor-ui
Focuses: ui, css Cc:

Description

Hi,

UI issue on Ipad device when i am trying to changes post stastus publish to other one popup in add new post page.

More informatiopn you can see SS.

Attachments (1)

image (7).png (134.1 KB) - added by sumitsingh 3 years ago.
UI issue on Ipad device

Download all attachments as: .zip

Change History (3)

@sumitsingh
3 years ago

UI issue on Ipad device

#1 @sabernhardt
3 years ago

  • Component changed from General to Editor
  • Focuses accessibility administration removed
  • Keywords block-editor-ui added
  • Summary changed from UI issue on Ipad to Post visibility popover is very narrow in iPad

Thanks for the reports!

This still can happen in 5.9, at any width below the 782px breakpoint.

@media (min-width:782px) {
	.edit-post-post-visibility__dialog .components-popover__content {
		width: 257px;
	}
}

The width might belong on that popover at any screen size (or else it might need a smaller min-width value for narrower screens).

Anyway, reports about the block editor interface should be on the Gutenberg repo, and I did not find a report about this. If you can find one or you would like to open a new GitHub issue, please do that and add a link to it here. Otherwise, I added a block-editor-ui keyword as a reminder to follow up on this ticket.

Last edited 3 years ago by sabernhardt (previous) (diff)

#2 @sabernhardt
3 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to reported-upstream
  • Status changed from new to closed

This report is moved to GitHub now:
https://github.com/WordPress/gutenberg/issues/38470

Please continue the conversation there.

Note: See TracTickets for help on using tickets.