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 Report][3.5.4] Navigation drawer closes when hover autocomplete inside #19231

Open
CSerranoSCM opened this issue Feb 15, 2024 · 2 comments
Assignees
Labels
C: VNavigationDrawer T: enhancement Functionality that enhances existing features

Comments

@CSerranoSCM
Copy link

Environment

Vuetify Version: 3.5.4
Vue Version: 3.4.19
Browsers: Chrome 121.0.0.0
OS: Windows 10

Steps to reproduce

  1. Open navigation drawer (hovering)
  2. Open autocomplete
  3. Hover menu

Expected Behavior

The navigation drawer does not close when hovering the v-autocomplete menu.

Actual Behavior

It closes

Reproduction Link

https://play.vuetifyjs.com/#...

@KaelWD KaelWD added T: enhancement Functionality that enhances existing features C: VNavigationDrawer labels Feb 15, 2024
@KaelWD KaelWD self-assigned this Feb 15, 2024
@KaelWD
Copy link
Member

KaelWD commented Feb 15, 2024

Related to #16140 and #16520

@pajuhaan
Copy link

When the is set to an absolute position, the --v-layout-left: 256px setting for the

component is causing an issue by shifting the main view, which should not happen. This is particularly problematic when considering a navigation drawer placed within a card that has an absolute position.
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VNavigationDrawer T: enhancement Functionality that enhances existing features
Projects
None yet
Development

No branches or pull requests

3 participants