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

browser hangs/freezes after using the arrow key (down) to scroll through items #168

Closed
davidhildering opened this issue Apr 18, 2021 · 5 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@davidhildering
Copy link

browser hangs/freezes after using the arrow key (down) to scroll through items, using chrome browser

Steps to reproduce the behavior:

  1. Go to https://iendeavor.github.io/vue-next-select/
  2. Scroll down to 'custom template' (with the bird images)
  3. use the arrow down key to scroll
  4. browser hangs after two hits

Expected behavior
browser should not hang/freeze

Desktop (please complete the following information):

  • OS: Windows
  • Browser Chrome
  • Version latest

I'm facing the problem in my own app, but I noticed it was also happening in the demo page with the birds.

@davidhildering davidhildering added the bug Something isn't working label Apr 18, 2021
@soc221b soc221b added the help wanted Extra attention is needed label Apr 21, 2021
@soc221b
Copy link
Owner

soc221b commented Apr 21, 2021

I cannot reproduce this bug in my MacBook. 😞

@wolfjagger
Copy link

I just saw this on linux/firefox. Maybe it's something with stickiness? I can reliably reproduce it by:

Start the webpage below the select box, e.g. open https://iendeavor.github.io/vue-next-select/#props.
Scroll up to the box, click on it.
Down arrow twice.

@mttzzz
Copy link

mttzzz commented May 18, 2021

saw this at winddow 10 + chrome latest. But now i cant reproduce.

@soc221b
Copy link
Owner

soc221b commented May 19, 2021

I guess it is due to infinite loop, I added safe count to prevent it.

Hope 69b3ff0 fix this issue.

If it is not, please re-open this issue.

@liborzahradka
Copy link

I guess it is due to infinite loop, I added safe count to prevent it.

Hope 69b3ff0 fix this issue.

If it is not, please re-open this issue.

Works, tested on Windows 10

  • Chrome v90.0.4430.212
  • Edge v90.0.818.66
  • FF v88.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants