Opened 4 years ago
Closed 4 years ago
#51920 closed defect (bug) (fixed)
Metaboxes are partially hidden by .interface-interface-skeleton__footer element
Reported by: | elliotcondon | Owned by: | |
---|---|---|---|
Milestone: | 5.6.1 | Priority: | normal |
Severity: | normal | Version: | 5.6 |
Component: | Editor | Keywords: | has-patch |
Focuses: | css | Cc: |
Description
When editing a post that contains metaboxes, the element div.interface-interface-skeleton__footer
is absolutely positioned over the top of the metabox area.
Please see attached screenshots of the issue.
Attachments (2)
Change History (13)
#1
@
4 years ago
- Component changed from General to Editor
- Focuses css added
- Version set to 5.6
Looks like this is a regression in 5.6
- I can reproduce the issue in 5.6RC2
, but not in 5.5.3
.
#3
@
4 years ago
Also reported on GitHub:
https://github.com/WordPress/gutenberg/issues/27456
This ticket was mentioned in Slack in #core by hellofromtonya. View the logs.
4 years ago
#5
@
4 years ago
- Milestone changed from 5.6 to 5.6.1
Punting this ticket to 5.6.1 as it's too late for 5.6 RC3.
#6
@
4 years ago
This was fixed by this merged pull request in the gutenberg repo https://github.com/WordPress/gutenberg/pull/26432, which unfortunately didn't make it into 5.6.
It should be possible to backport it for a 5.6.1 whenever that may be. I've labelled the github PR for backporting.
This ticket was mentioned in Slack in #core by markparnell. View the logs.
4 years ago
This ticket was mentioned in Slack in #core-editor by talldanwp. View the logs.
4 years ago
#9
@
4 years ago
- Keywords has-patch added
Marking as has-patch
to move its workflow. As @talldanwp notes, it's been fixed upstream and could be backported for 5.6.1.
Leaving this ticket open for tracking purposes.
Screenshot of block editor showing div.interface-interface-skeletonfooter element positioned over metaboxes.