-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: App title drop down pop up is not getting closed automatically when user opens up omnibar using hotkeys #28114
Comments
Can I work on this one? |
Hi, @Nikhil-Nandagopal will it be possible for you to assign this to me? |
@Shree0310 you can pick it up. |
@rajatagrawal here's the issue assigned to me. Currently I am going through https://github.com/appsmithorg/appsmith/blob/master/contributions/ClientSetup.md |
Can you please paste screenshot/logs of the error that you are facing so that I can understand the problem that you are facing ? |
Hello @rohan-arthur , I am picking this issue. |
@saicharan-zemoso awesome, and thank you! |
…36504) Fixes #28114 fixed the app title drop down and it closes on interaction with other components Before fixing the bug the omni bar and title dropdown overlap over each other: ![image](https://github.com/user-attachments/assets/36fc6b26-9222-4fb9-b97a-d39a9b249403) after the fix the app title drop down closes on opening omni bar or any other component. added the cypress test to visually confirm that the fix was working and did not add unit test as to test this we need to interact with other components or open omni bar while testing. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced the Navigation Menu to automatically close when users interact outside of it, improving user experience. - Introduced a test suite for validating application dropdown interactions with the omnibar using keyboard shortcuts. - **Bug Fixes** - Resolved an issue where the dropdown menu would remain open after interactions outside its boundaries. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Is there an existing issue for this?
Description
screen shot :
Steps To Reproduce
Work around : Expands app title drop down then click on omnibar without using hot keys
Public Sample App
No response
Environment
Production
Issue video log
No response
Version
Appsmith v1.9.40-SNAPSHOT
The text was updated successfully, but these errors were encountered: