Skip to content
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] - Popover Requires Double Click to Open When Another Popover is Active #3060

Closed
Hasan-Mir opened this issue May 23, 2024 · 1 comment · Fixed by #2854
Closed

[BUG] - Popover Requires Double Click to Open When Another Popover is Active #3060

Hasan-Mir opened this issue May 23, 2024 · 1 comment · Fixed by #2854
Assignees

Comments

@Hasan-Mir
Copy link

NextUI Version

2.3.6

Describe the bug

When a Popover component is open, if the user click on another popover, it just close the current open Popover and does not open the popover that user has clicked on and he must click on it again to open it:

20240523_132307.mp4

This issue occurs with some other components as well, but not all. As shown in the video, clicking on the right sidebar item while a Popover is open works correctly. However, clicking on the Code tab causes the Popover to close without opening the tab, requiring a second click to open it:

20240523_132736.mp4

This also affects other components like Dropdown which uses the Popover and it is a very bad UX.

Your Example Website or App

No response

Steps to Reproduce the Bug or Issue

  1. Open a Popover.
  2. Click on another Popover.

Expected behavior

It must close the current open Popover AND open the clicked Popover.

Screenshots or Videos

No response

Operating System Version

Windows 10

Browser

Chrome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants