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
When the screen size is reduced to a point where the navbar collapses into a burger menu, if user menu was open within the navbar should close as expected. However, when the navbar is expanded again—by toggling the burger menu—the previously opened Usermenu will remain open instead of resetting to a closed state. Additionally, clicking the toggle icons of every menu inside the navbar not just user menu to close these menus does not work reliably; the menus either fail to close or the toggle functionality breaks. This issue impacts the usability of the navbar, especially on smaller screens or during browser resizing but work perfectly when change the device to phone or mobile.
Steps to reproduce:
Open the Rocket.Chat application in a desktop browser.
Ensure the screen width is large enough to display the navbar fully expanded.
Click on a navbar action button (e.g., Administration, Marketplace, or User Menu) to open its menu.
Reduce the screen width until the navbar collapses into a burger menu.
Observe that the open menu closes (this is expected).
Expand the screen width again to revert the navbar to its expanded state.
Notice that the previously opened menu remains open.
Now also try to decrease the size until the open menu goes to the bottom.
Now , Attempt to close the menu by clicking its toggle icon.
Expected behavior:
When the navbar collapses into a burger menu due to a reduced screen size, all open menus should not open again automatically when the navbar is opened again.
Clicking the toggle icons should consistently open and close the respective menus.
Actual behavior:
After collapsing and then expanding the navbar, the previously opened user menus remain open instead of being reset to a closed state.
The toggle icons do not function correctly, failing to close the menus reliably when the screen size is small but work perfectly in when different device is chosen in inspect widow.
Description:
When the screen size is reduced to a point where the navbar collapses into a burger menu, if user menu was open within the navbar should close as expected. However, when the navbar is expanded again—by toggling the burger menu—the previously opened Usermenu will remain open instead of resetting to a closed state. Additionally, clicking the toggle icons of every menu inside the navbar not just user menu to close these menus does not work reliably; the menus either fail to close or the toggle functionality breaks. This issue impacts the usability of the navbar, especially on smaller screens or during browser resizing but work perfectly when change the device to phone or mobile.
Steps to reproduce:
Expected behavior:
When the navbar collapses into a burger menu due to a reduced screen size, all open menus should not open again automatically when the navbar is opened again.
Clicking the toggle icons should consistently open and close the respective menus.
Actual behavior:
Server Setup Information:
Client Setup Information
Additional context
Navbar.bug.mp4
Relevant logs:
The text was updated successfully, but these errors were encountered: