- Issue created by @gauravvvv
- First commit to issue fork.
- Status changed to Needs work
7 months ago 12:57pm 7 June 2024 - 🇷🇺Russia kostyashupenko Omsk
Good catch. I can reproduce layout shifting and wrong position of Close button only when `Navigation` module is enabled.
Can be reproduced on screen width is ~1034px
`--drupal-displace-offset-left` is calculating correctly. The real reason of all that is this line https://git.drupalcode.org/project/drupal/-/blob/11.x/core/themes/oliver...
But if to remove this line - we'll get the same bug if `Navigation` module isn't installed (so with default Toolbar).
For now no solution for this, but at least issue summary should be updated
- Status changed to Needs review
6 months ago 7:12am 11 June 2024 - 🇮🇳India ahsannazir
It seems reseting width fixes the issue. Attaching screenshot for reference.
- 🇮🇳India Kanchan Bhogade
I've tested MR 8324 on Drupal 11
The MR is applied Cleanly...Testing steps :
1. Enable navigation module
2. Go to mobile/tablet screensize
3. Expand the navigation sidebar
4. Expand the right sidebar menu
5. See the position of the menu button
6. See the screenshot for referenceTest Result:
The mobile navigation button position issue is fixed and it looks fine.
Attaching SSRTBC+1
Keeping in "Needs review" for Code verification
- Status changed to Needs work
6 months ago 12:12am 20 June 2024 - 🇺🇸United States smustgrave
Looking at the issue summary the solution doesn't match the solution so should be documented why the solution fixes the problem.
Please no snippet of the code but the why
Also an after picture should be added the summary also.
Thanks.
- 🇮🇳India ahsannazir
Resetting/overriding the width works because the width set in layout.css for
body.is-fixed .container
is incorrect for this case. - 🇮🇳India mithun s Bangalore
Reviewed out the various scenarios for the issue.
1. Without MR being applied and without navigation enabled.
2. Without MR being applied and with navigation enabled.
3. With MR and without navigation enabled.
With MR and with navigation enabled.The MR looks good, the width for the container needs to be overwritten and after MR the issue seems to be resolving.
Attaching the different screenshots for the same. RTBC +1Thank you.
- Status changed to Needs review
6 months ago 12:17pm 20 June 2024 - Status changed to RTBC
6 months ago 1:38pm 20 June 2024 - 🇺🇸United States smustgrave
@Mithun S thanks for checking but screenshots were already uploaded in #7.
Thanks @ahsannazir for updating the summary, looks good to me that was the only holdup from before.
- Status changed to Needs work
6 months ago 10:06pm 20 June 2024 - Status changed to Needs review
6 months ago 7:41am 21 June 2024 - Status changed to RTBC
6 months ago 4:29pm 23 June 2024 - 🇫🇷France nod_ Lille
Committed and pushed 77b8e59604 to 11.x and 103201d3d5 to 11.0.x and 225ed0a05f to 10.4.x and 7c442b0677 to 10.3.x. Thanks!
- Status changed to Fixed
6 months ago 9:03pm 24 June 2024 Automatically closed - issue fixed for 2 weeks with no activity.