Problem/Motivation

On Desktop view mode when we add too many menu items link, the main navigation switch into burger menu for desktop and search block comes inside it. Need to make search block out from the burger menu panel.

Steps to reproduce

1. Setup Drupal and add menu items into the main navigation. admin/structure/menu/manage/main
2. Horizontal menu will be switch into burger menu panel. search block will be show inside the panel.

Proposed resolution

Keep the search block outside the menu panel.

User interface changes

Issue:
Only local images are allowed.
Only local images are allowed.

Solution:
Only local images are allowed.
Only local images are allowed.

Issue fork drupal-3370683

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

Hamid.ali created an issue. See original summary.

hamid.ali’s picture

Working on this will provide the patch to the following issue.

hamid.ali’s picture

StatusFileSize
new7.19 KB

Attaching the patch

hamid.ali’s picture

Working on the tests

hamid.ali’s picture

StatusFileSize
new7.29 KB

Adding Updated patch

hamid.ali’s picture

Work in progress

catch’s picture

Status: Active » Needs work
gauravvvv’s picture

Status: Needs work » Needs review
StatusFileSize
new7.3 KB
new1.88 KB

I have fixed the build errors, also added the interdiff for same. please review

hamid.ali’s picture

Status: Needs review » Needs work

Since custom commands are failing I am working on the fix will provide the updated patch

hamid.ali’s picture

StatusFileSize
new7.49 KB
new947 bytes

Adding the patch and the interdiff file.

hamid.ali’s picture

StatusFileSize
new7.3 KB
new791 bytes

Latest patch with the interdiff file.

hamid.ali’s picture

Status: Needs work » Needs review

Kindly review the issue

smustgrave’s picture

Assigned: hamid.ali » Unassigned
Issue tags: +Needs subsystem maintainer review

@Hamid.ali please don't assign tickets to yourself unless a maintainer per the policy.

Tagging for subsystem maintainer to see if this is actually a bug.

arti_parmar made their first commit to this issue’s fork.

smustgrave’s picture

Removing credit for @arti_parmar for the empty MR.

volkswagenchick’s picture

@arti_parmar FULL TRANSPARENCY: I have already commented on another issue about this same behavior..

I see you have opened a merge request that is empty. Perhaps you do not know the process?
Here is a link to some documentation on Drupal.org: Creating merge requests

When you open a merge request or post a file it ticks the credit box for attribution and creates more work for maintainers when they close the issues. Please refrain from opening a merge request unless you are working on code.

@smustgrave has already unticked the attribution box, as you did not contribute to the conversation, let me know if you have any questions.

~AmyJune, Core Mentor and CWG Community Health team member

volkswagenchick’s picture

@Hamid.ali Here is a link to issue queue etiquette:
Issue Queue Etiquette
# 9 in the Donts section

Don't: Assign yourself issues in the Drupal Core issue queue. That is saved for maintainers of the project. Please note, you can use a comment to inform others that you are working on an issue.

~AmyJune, Core Mentor and CWG Community Health team member

lokeshsahu’s picture

StatusFileSize
new446.12 KB
new135.84 KB
new412.24 KB
new492.24 KB

I tried to reproduce and fix the above-addressed issue with the help of patch #11 on Drupal-10.1.x-dev. The patch was applied successfully without throwing any error and fixed the raised issue. The updated changes match the figma design as well. I am attaching a screenshot for reference, showing the state before and after applying the patch.

snehal-chibde’s picture

Hello, applied patch #3 and it is working a expected. Here are the before and after screenshots for desktop and mobile. RTBC++.

shweta__sharma’s picture

Status: Needs review » Reviewed & tested by the community

Moving this to RTBC based on #19 and #20.
Thanks

quietone’s picture

Version: 10.1.x-dev » 11.x-dev
Issue summary: View changes
Status: Reviewed & tested by the community » Needs work
Issue tags: +Needs issue summary update

I'm triaging RTBC issues.

This issue does not have an issue summary! There is no explanation of the problem or what the fix is supposed to do. The title is often a clue but in the case it does not help me know what the problem is. The issue summary should contain the important information that committers and reviewers need to assess a change. Since that is missing, I am setting to 'Needs work' for an issue summary update and tagging. I am also restoring the standard template that should be used for all core issues. It is how we keep track of the work completed and the work still to do.

There is lots of information in the Drupal wiki that explains how we work. In particular, there is information for how to Write an issue summary for an existing issue. There is also more information at Issue summaries matter.

@snehal-chibde, testing of a patch should be done on the latest version. If not, then you should explain why testing was done on an old version.

This issue has patches and an MR. It will help if the issue summary clarifies which one is the reviewed.

Harish1688’s picture

Issue summary: View changes
StatusFileSize
new8.04 KB
new57.74 KB
new7.81 KB
new29.68 KB
new9.35 KB

Based on the comment #22, added the issue summary.
Also Tested the patch 3370683-11.patch with latest 11.x. But found a issue in that, after applying the patch search icon not showing. attached a image for reference.

Testing with version 11.x
Only local images are allowed.

shweta__sharma’s picture

Hi @Harish1688,
It is visible for screens above 1024px and for the below screens it follows the mobile design in which the search block is placed inside the hamburger panel.

Tested #11 patch with Drupal 11.x working fine the search block is designed as per the requirement mentioned in the IS but still, some issues exist -

- Focus ring is misaligned on the search icon.

focus-ring

- Alignment of the search icon and the menu does not look correct below 1200px screen.

alignment

Version: 11.x-dev » main

Drupal core is now using the main branch as the primary development branch. New developments and disruptive changes should now be targeted to the main branch.

Read more in the announcement.