vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.88k stars 1.16k forks source link

[MdAutocomplete] menu closes when appears under cursor #2093

Open hastom opened 5 years ago

hastom commented 5 years ago

Alt Text

This bug also affects any menus which open on MdInput focus

Steps to reproduce

Which browser?

Chrome 75

What is expected?

Menu opens and stays open

What is actually happening?

Menu opens for a split second and closes

Reproduction Link

https://vuematerial.io/components/autocomplete

ghost commented 3 years ago

I am also encountering this issue in Chrome. (It does not happen in Firefox.)

An additional detail: The menu appears on mousedown and vanishes on mouseup. If you hold down the mouse button, the menu stays until you let go.