Make WordPress Core

Opened 4 years ago

Closed 3 years ago

#46157 closed defect (bug) (fixed)

Block Editor: Filter to hide screen options panel

Reported by: aduth's profile aduth Owned by:
Milestone: 5.6 Priority: normal
Severity: normal Version:
Component: Editor Keywords: has-patch
Focuses: Cc:

Description

The block editor introduced in WordPress 5.0 provides its own interface for managing Screen Options documents panels, in the "Options" entry of the menu found in the top-right of the screen.

See:

The Gutenberg plugin adds a filter to avoid having the screen options markup being present on the screen. As best I can discern, an equivalent filter was not added as part of the WordPress 5.0.

In practice, it doesn't cause much an issue, only because Gutenberg's interface overlaps with the positioning of -- and thus obscures -- the Screen Options tab.

Related: https://github.com/WordPress/gutenberg/pull/13569

Attachments (1)

46157.diff (601 bytes) - added by aduth 4 years ago.

Download all attachments as: .zip

Change History (3)

@aduth
4 years ago

#1 @noisysocks
3 years ago

In 49040:

Editor: Hide Screen Options tab from block editor

The block editor provides its own interface for managing screen options, so we
can safely hide Screen Options tab found in the top right of the page.

Props aduth.
See #46157.

#2 @noisysocks
3 years ago

  • Milestone changed from Awaiting Review to 5.6
  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.