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]: NavigationMenuContent not showing when triggered on a submenu #1488

Open
blesildaramirez opened this issue Dec 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@blesildaramirez
Copy link

Environment

Development/Production OS: Windows 11
Node version: 18.20.3
Package manager: [email protected]
Radix Vue version: 1.9.6 (also happens on [email protected])
Vue version: 3.5.13
CSS framework: [email protected]
Client OS: Windows 11
Browser: Chrome 131.0.6778.108

Link to minimal reproduction

https://stackblitz.com/edit/gnfmurzy?file=src%2FApp.vue

Steps to reproduce

  1. Set up a NavigationMenu component with nested items.
  2. Create at least two levels of submenu items.
  3. Trigger the second-level submenu item.

Describe the bug

When the NavigationMenu contains nested items, the submenu items of a submenu item are not shown. This makes it impossible to navigate deeper into the menu structure.

Expected behavior

When a submenu item is triggered, its nested submenu items should appear.

Context & Screenshots (if applicable)

No response

@blesildaramirez blesildaramirez added the bug Something isn't working label Dec 9, 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
Projects
None yet
Development

No branches or pull requests

1 participant