Problem/Motivation

I have encountered a functionality problem with the hamburger menu on the website/application. When attempting to close the menu by clicking on the hamburger icon, the menu does not respond as expected and remains open. This behaviour persists despite repeated attempts to interact with the icon for menu closure.

Steps to reproduce

1.Navigate to the website/application.
2.Click on the hamburger icon in the menu section with the intention of closing the menu.
3.Observe that the menu does not close, and its open state persists.

Proposed resolution

Investigate the JavaScript code associated with the hamburger menu, ensuring that the click event and menu visibility toggling are correctly implemented. Check for potential conflicts, errors, or issues in the code that may be preventing the menu from closing as intended.

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

_utsavsharma created an issue. See original summary.

_utsavsharma’s picture

Status: Active » Needs review