[wp-trac] [WordPress Trac] #54767: Post visibility popover is very narrow in iPad (was: UI issue on Ipad)

WordPress Trac noreply at wordpress.org
Thu Jan 13 19:50:07 UTC 2022


#54767: Post visibility popover is very narrow in iPad
-----------------------------+------------------------------
 Reporter:  sumitsingh       |       Owner:  (none)
     Type:  defect (bug)     |      Status:  new
 Priority:  normal           |   Milestone:  Awaiting Review
Component:  Editor           |     Version:  5.8.2
 Severity:  normal           |  Resolution:
 Keywords:  block-editor-ui  |     Focuses:  ui, css
-----------------------------+------------------------------
Changes (by sabernhardt):

 * keywords:   => block-editor-ui
 * focuses:  ui, accessibility, css, administration => ui, css
 * component:  General => Editor


Comment:

 Thanks for the reports!

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

 The width might belong on that popover at any screen size (or else it
 might need a smaller `min-width` value for narrower screens).
 {{{
 @media (min-width:782px) {
         .edit-post-post-visibility__dialog .components-popover__content {
                 width: 257px;
         }
 }
 }}}

 Anyway, reports about the block editor interface should be on the
 [https://github.com/WordPress/gutenberg/issues 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.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/54767#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list