-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Right click menu to delete doesn't close the dropdown #11942
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
Comments
can i work on this issue? |
Please assign this to me, I can start with this |
Hey, this is a very small PR so feel free to raise a PR directly, we'll merge the first correct one. Thank you! |
The modal is contained within the dropdown component, so if the dropdown is closed, the modal will also remain closed. |
can i work on this ? |
@FelixMalfait CloseDropdown would have to be added on every ActionComponents's onClick handler by passing as a context, ETA 1 day, just let me know if this is the right approach and i will raise a PR ASAP, thanks |
I am a frontend engineer with over 5 years of experience. |
I'd love to work on this issue. As a Frontend Developer experienced in React and modern UI frameworks, I’m very comfortable handling UI state conflicts like modals vs dropdowns. This seems like a z-index, event bubbling or state management issue, and I’ve dealt with similar interactions before—ensuring clean component behavior and user flow is something I care about deeply. I'm confident I can resolve this by properly managing the dropdown state when the modal triggers. |
is this issue still open to work? |
Try to right click and delete a record.
The modal shows up but the dropdown stays open
The text was updated successfully, but these errors were encountered: