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

[Bug] Keyboard up arrow skips multiple items in list on desktop #583

Closed
pstrode opened this issue May 10, 2024 · 1 comment
Closed

[Bug] Keyboard up arrow skips multiple items in list on desktop #583

pstrode opened this issue May 10, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@pstrode
Copy link

pstrode commented May 10, 2024

Steps to reproduce

  1. Build and run the example project on Windows or Linux desktop.
  2. Use keyboard arrow down to navigate four or five items the list.
  3. Use keyboard arrow up to navigate back up the list.

Expected results

When using keyboard arrow up, it should select the item directly above the current item.

Actual results

When using keyboard arrow up, the selected item in the list jumps two up instead of the expected one.
Keyboard arrow down works as expected.

Package Version

5.1.0 - 81c9628

Platform

Windows, Linux

@pstrode pstrode changed the title [BUG] Keyboard up arrow skips multiple items in list on desktop [Bug] Keyboard up arrow skips multiple items in list on desktop May 10, 2024
@clragon clragon added the bug Something isn't working label May 26, 2024
@clragon
Copy link
Collaborator

clragon commented May 26, 2024

Thank you for your issue.
This bug is another manifestation of the current way the package tracks focus.
We are looking to fix this in #579. please follow that issue instead. Thank you!

@clragon clragon closed this as not planned Won't fix, can't repro, duplicate, stale May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants