Opened 5 weeks ago
Last modified 5 weeks ago
#65061 new defect (bug)
Meta boxes hidden by default
| Reported by: |
|
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)
Change History (5)
#2
@
5 weeks ago
@wildworks I may be wrong, but I believe the correct reproduction steps are:
- Access https://playground.wordpress.net/?wp=beta
- Install a plugin that shows a meta box in the editor, like Yoast for example
- Open a post
- The metabox is collapsed by default
#4
@
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.
Thanks for the report, but I can't reproduce the problem on Playground.
This is my test procedure.