vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.89k stars 6.97k forks source link

[Bug Report][3.5.4] Navigation drawer closes when hover autocomplete inside #19231

Open CSerranoSCM opened 9 months ago

CSerranoSCM commented 9 months ago

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 commented 9 months ago

Related to #16140 and #16520

pajuhaan commented 8 months ago

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