Closed (fixed)
Project:
Drupal core
Version:
10.3.x-dev
Component:
Claro theme
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2024 at 12:35 UTC
Updated:
15 Oct 2024 at 14:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
f0ns commentedComment #3
f0ns commentedThis patch fixes this behaviour for me
Comment #4
cilefen commentedComment #6
prashant.cBefore:

After:

However, I think appropriate conditions could also be added for the remaining part as well for the
{{ page.pre_content }}{{ page.highlighted }}<code> and{{ page.content }}:Comment #8
f0ns commentedComment #9
bebalachandra commentedFixes verified on 11.x-dev.
I was able to reproduce the issue on my local environment. After applying fix from the MR!9340 issue resolved.
Steps followed for reviewing:
1. Installed 11.x-dev on local.
2. Navigate to admin > structure > Block layout
3. Make sure you are on claro theme tab for block placement.
4. Disable all the blocks which are placed in Header and Breadcrumb region.
5. Navigate to home page and check for the header.
After the MR!9340 header is not shown when the region is empty.
Attached screenshots for reference.
Issue mentioned is resolved after the MR. I suggest move this issue to RTBC
Comment #10
bebalachandra commentedMissed uploading after MR screenshot in previous comment
Comment #11
markconroy commentedTested on Drupal 11, and is working as expected with this patch.
---
Thanks to The Confident for sponsoring my time to work on this.
Comment #12
f0ns commentedThank you for testing, looks good to go.
Concerning comment #6, personally I don’t see the need to add extra control statements to other regions as these elements have no containers that have any css markup in core.
Comment #14
nod_Committed and pushed 5360e3bdb08 to 11.x and 946c580a097 to 11.0.x and bca9ac9378f to 10.4.x and 0a4577802ac to 10.3.x. Thanks!
Comment #19
nod_.