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

[USelectMenu] [UPopover] Can't open click button inside popover panel in select menu option #2753

Open
SedanaYoga opened this issue Nov 25, 2024 · 0 comments
Labels
bug Something isn't working triage

Comments

@SedanaYoga
Copy link
Contributor

SedanaYoga commented Nov 25, 2024

Environment

  • Operating System: Linux
  • Node Version: v18.20.3
  • Nuxt Version: 3.14.1592
  • CLI Version: 3.15.0
  • Nitro Version: 2.10.4
  • Package Manager: [email protected]
  • Builder: -
  • User Config: default
  • Runtime Modules: @nuxt/[email protected]
  • Build Modules: -

Version

2.19.2([email protected])([email protected])

Reproduction

https://stackblitz.com/edit/nuxt-ui-dvarzb

Description

I tried to add new functionality on USelectMenu to have information icon on select menu option so that when you hover on it, it will trigger UPopover to display important detail of the object including an action button to open a slideover.

I tried it on multiple mode and single mode. But the implementation was not working on single mode. To give you more context, I'm using @mouseenter and @mouseleave events on the popover panel slot in order to detect whether I'm on the popover panel and to prevent clicking the option when I'm clicking the Open detailed view button.

Image

The issue was when I'm in single mode and tried to hover on the icon then clicked the Open detailed view button, it closes both the popover and the select menu.

I expect it would open the slide over both in multiple and single select menu.

Additional context

No response

Logs

@SedanaYoga SedanaYoga added bug Something isn't working triage labels Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

1 participant