Skip to content

navigating through search results goes out of order #3222

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

Closed
Hixie opened this issue Oct 14, 2022 · 1 comment
Closed

navigating through search results goes out of order #3222

Hixie opened this issue Oct 14, 2022 · 1 comment

Comments

@Hixie
Copy link
Contributor

Hixie commented Oct 14, 2022

STEPS TO REPRODUCE

  1. Go to https://master-api.flutter.dev/
  2. Press tab twice to focus the search bar.
  3. Type "FileSystem". The top four results are "Press Enter to see all results", the dart:html class, the package:file class, and the FileSystemEntity class in package:file.
  4. Tap the down arrow key three times to get to the FileSystemEntity class.

EXPECTED RESULTS
Each result gets highlighted in turn, each tap moving the highlight down by one.

ACTUAL RESULTS
It highlights the fifth result, skipping over the fourth. If you tap down enough times the focus jumps around the list and eventually highlights the fourth result.

@srawlins
Copy link
Member

Duplicate of #3204

@srawlins srawlins marked this as a duplicate of #3204 Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants