You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When a user clicks on a dropdown menu at the bottom left where it is written Demo User, it opens as expected. However, if the user clicks outside the dropdown or does not choose anyoption from settings or logout, the dropdown does not close. The dropdown remains open until the page is refreshed.
To Reproduce
Steps to reproduce the behavior:
Go to the page with the dropdown menu.
Click on the dropdown button to open the menu.
Click anywhere outside the dropdown.
The dropdown remains open instead of closing.
Expected Behavior
When clicking outside the dropdown, the menu should close automatically.
Screenshots
Desktop
Browser: Chrome
OS: Windows
Additional Context
The issue might be related to missing event listeners for closing the dropdown on an outside click.
Possibly caused by event bubbling not being handled properly.
The text was updated successfully, but these errors were encountered:
Describe the bug
When a user clicks on a dropdown menu at the bottom left where it is written Demo User, it opens as expected. However, if the user clicks outside the dropdown or does not choose anyoption from settings or logout, the dropdown does not close. The dropdown remains open until the page is refreshed.
To Reproduce
Steps to reproduce the behavior:
Go to the page with the dropdown menu.
Click on the dropdown button to open the menu.
Click anywhere outside the dropdown.
The dropdown remains open instead of closing.
Expected Behavior
When clicking outside the dropdown, the menu should close automatically.
Screenshots
Desktop
Browser: Chrome
OS: Windows
Additional Context
The issue might be related to missing event listeners for closing the dropdown on an outside click.
Possibly caused by event bubbling not being handled properly.
The text was updated successfully, but these errors were encountered: