fritx / vue-at

At.js for Vue.
https://fritx.github.io/vue-at/
MIT License
529 stars 114 forks source link

Mouse hover disturbs keyboard select #12

Open fritx opened 7 years ago

fritx commented 7 years ago

Mouse hover on the at-panel disturbs keyboard select.

If the mouse remains at the 3rd item on the list, when we press the up/down keys, the list scrolls, but the 3rd place would keep getting selected unexpectedly.

A workaround to avoid this if you care much about it, is to disable the hover-selecting feature:

<at :hover-select="false"></at>

Fixing this bug with hover-select turned on (by default), is also under development.