[wp-trac] [WordPress Trac] #55072: Widgets editor: Widget Group is missing .wp-widget-group__inner-blocks container
WordPress Trac
noreply at wordpress.org
Tue Feb 8 22:24:53 UTC 2022
#55072: Widgets editor: Widget Group is missing .wp-widget-group__inner-blocks
container
-------------------------------------------------+-------------------------
Reporter: noisysocks | Owner: noisysocks
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: 5.9.1
Component: Widgets | Version: 5.9
Severity: normal | Resolution:
Keywords: has-patch needs-testing has- | Focuses:
testing-info |
-------------------------------------------------+-------------------------
Comment (by ironprogrammer):
I can reproduce this issue.
**Also note that the title's heading level changes from H2 to H3 when
Gutenberg is enabled.** @noisysocks did you see this as well?
=== **Widget Group** block with Gutenberg DISABLED 🔴:
{{{
<aside id="block-7" class="widget widget_block">
<h2 class="widget-title">Test title</h2>
<p>Test content</p>
</aside>
}}}
=== **Widget Group** block with Gutenberg ENABLED 🟢:
{{{
<aside id="block-7" class="widget widget_block">
<h3 class="widget-title">Test title</h3>
<div class="wp-widget-group__inner-blocks">
<p>Test content</p>
</div>
</aside>
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/55072#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list