Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing custom post type title support partially hide first block floating option's menu #30945

Closed
amarinediary opened this issue Apr 18, 2021 · 1 comment
Labels
[Status] Duplicate Used to indicate that a current issue matches an existing one and can be closed

Comments

@amarinediary
Copy link
Contributor

Might be related to #30938.

Description

Removing title support from a custom post type partially hide the first block option's menu.

Step-by-step reproduction instructions

  1. Create a custom post type.
  2. Remove title support.
// ...
'supports' => array( 
    'editor', 
    'comments', 
),
// ...
  1. Create a new post.

Expected behaviour

The first block floating option's menu should be fully visible and not outside the current window.

Actual behaviour

The first block floating option's menu is partially outside the current window.

Screenshots or screen recording (optional)

image

WordPress information

  • WordPress version: 5.7.1
  • Gutenberg version: 10.4
  • Are all plugins except Gutenberg deactivated? Yes
  • Are you using a default theme (e.g. Twenty Twenty-One)? No

Device information

  • Device: Desktop
  • Operating system: Windows 10
  • Browser: Version 89.0.4389.128 (Build officiel) (64 bits)
@skorasaurus skorasaurus added the [Status] Duplicate Used to indicate that a current issue matches an existing one and can be closed label Apr 19, 2021
@skorasaurus
Copy link
Member

Hi,

Thanks for reporting;
This has been reported in #26239. Feel free to add your reaction and follow its progress in the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Status] Duplicate Used to indicate that a current issue matches an existing one and can be closed
Projects
None yet
Development

No branches or pull requests

2 participants