-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
General InterfaceParts of the UI which don't fall neatly under other labels.Parts of the UI which don't fall neatly under other labels.[Priority] LowUsed to indicate that the issue at hand isn't a top priority to address and can be handled laterUsed to indicate that the issue at hand isn't a top priority to address and can be handled later[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Milestone
Description
When a block is aligned wide or full, side UI controls are repositioned above the block to ensure the controls are accessible.
However, this does not apply to child blocks where the parent is aligned wide or full, causing the child's side UI controls to become unavailable:
(This would be solved by #6224.)
To Reproduce
Steps to reproduce the behavior:
- Create a block that can be aligned wide or full, with an InnerBlocks component
- Set the block alignment to full
- Insert a child block
- Note that you can't access the side UI controls
Expected behavior
Side UI controls should be accessible regardless of the block's alignment settings.
Metadata
Metadata
Assignees
Labels
General InterfaceParts of the UI which don't fall neatly under other labels.Parts of the UI which don't fall neatly under other labels.[Priority] LowUsed to indicate that the issue at hand isn't a top priority to address and can be handled laterUsed to indicate that the issue at hand isn't a top priority to address and can be handled later[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended