Make WordPress Core

Opened 5 weeks ago

Last modified 5 weeks ago

#65061 new defect (bug)

Meta boxes hidden by default

Reported by: brianhogg's profile brianhogg Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: trunk
Component: Editor Keywords: close
Focuses: Cc:

Description

On a new install of WP 7.0, meta boxes are now fully hidden by default. This causes confusion when important parts of the editor for many post types no longer appear until the small "Meta Boxes" bar is clicked.

Attachments (1)

CleanShot 2026-04-10 at 15.07.51@2x.png (254.5 KB) - added by brianhogg 5 weeks ago.

Download all attachments as: .zip

Change History (5)

#1 @wildworks
5 weeks ago

Thanks for the report, but I can't reproduce the problem on Playground.

This is my test procedure.

  1. Access https://playground.wordpress.net/?wp=beta
  2. Open a post
  3. Open Option > Preferences
  4. Enable the "Custom fields" setting
  5. Click the "Show & Reload Page" button
  6. The metabox area occupies the lower half of the canvas.

#2 @audrasjb
5 weeks ago

@wildworks I may be wrong, but I believe the correct reproduction steps are:

  1. Access ​https://playground.wordpress.net/?wp=beta
  2. Install a plugin that shows a meta box in the editor, like Yoast for example
  3. Open a post
  4. The metabox is collapsed by default

#3 @audrasjb
5 weeks ago

  • Component changed from General to Editor

#4 @wildworks
5 weeks ago

  • Keywords close added

I was mistaken. The height of the metabox is persisted as a user setting in either the database or the browser's local storage. Therefore, the test results will vary depending on whether the metabox height has been manipulated.

Technically, this issue should also occur if you perform a fresh installation of 6.9. The default for the metabox should be collapsed.

I propose closing this ticket and then submitting an issue to the Gutenberg repo to change the default behavior of metaboxes.

Note: See TracTickets for help on using tickets.