moroshko / react-autosuggest

WAI-ARIA compliant React autosuggest component
http://react-autosuggest.js.org
MIT License
5.97k stars 586 forks source link

Mouse cursor triggers highlight after using up/down keys on top/bottom suggestion #378

Open greglboxer opened 7 years ago

greglboxer commented 7 years ago

I'm able to reproduce this one in the Scrollable container example at http://react-autosuggest.js.org/ on chrome for mac and windows

Steps to reproduce the issue

  1. Focus on the input field
  2. Move cursor to somewhere in the list of countries
  3. Press up twice with the top suggestion selected or down with the bottom suggestion selected

autosuggest_cursor_jump

Observed behaviour: Highlighted suggestion becomes the suggestion under the current position of the mouse cursor Expected behaviour: Mouse should not affect the highlighted suggestion

gengengengengen commented 4 years ago

@greglboxer Hi, I have a same issue like you. Did you resolve this problem eventually? Thank you. #687

Harshmakadia commented 4 years ago

Is there any update on this issue or any workaround to solve this issue?