Skip to content

Resolve "Navigation closes when focusing on search area on android"

What does this MR do and why?

Describe in detail what your merge request does and why.

Fixes bug on android where selecting search bar would collapse sidebar. This makes it so the sidebar is only collapsed when the window width is reduced, it stays open with with is increased and ignores height changes.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

before after
screen-20230330-205604_2 Screen_Recording_20230414_155954_Chrome

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

You can use GitPod to test if you have access to an android device by going to: https://3000-gitlaborg-gitlab-h8cgp1ihby2.ws-eu94.gitpod.io/ user: root password: 6hd8NWwepTGXr26

You can also test this on desktop by having the super sidebar extended, then changing the width of the window, the sidebar should ONLY collapse when the width is reduced.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #403510 (closed)

Edited by James Rushford

Merge request reports