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

Demo: unexpected jumping behaviour in "focus" mode #30

Closed
uzurpastor opened this issue Aug 2, 2024 · 7 comments
Closed

Demo: unexpected jumping behaviour in "focus" mode #30

uzurpastor opened this issue Aug 2, 2024 · 7 comments

Comments

@uzurpastor
Copy link

OS: Fedora 40
Browser: Firefox 128.0, Chromium 126.0

The error occurs when the focus area is inside the div#menu element

ER:

  • press k -> focus moves to "List2"

AR:

  • nothing happens

Screencast:
https://github.com/user-attachments/assets/1300bb0f-27db-4c6e-b561-805a87d1875d

@ai
Copy link
Owner

ai commented Aug 3, 2024

Why it should move to List2 on k?

@uzurpastor
Copy link
Author

In this note said:

  1. Press a and b to show quick search inside

Expects that all keys H, A, S, L, K will work correctly inside the menu.

@ai
Copy link
Owner

ai commented Aug 4, 2024

But menu has no elements starting with k. Why k should lead to selecting list2?

@uzurpastor
Copy link
Author

Hmm. I haven't found mention about this behavior in docs. Anyway, I may have misread the documentation.

As I understood, navigates to an item inside a focus group based on the first letter of the item.

If information about this behavior is really missed in docs, someone should add it.

@ai
Copy link
Owner

ai commented Aug 4, 2024

As I understood, navigates to an item inside a focus group based on the first letter of the item.

press k -> focus moves to "List2"

Yes. But k is not first letter of list2. Why on pressing k focus should go there?

@uzurpastor
Copy link
Author

It should not. But before your comment, I thought otherwise.

  1. Current issue is irrelevant.
  2. The question related to documentation is open.

@ai
Copy link
Owner

ai commented Aug 4, 2024

Added a note to docs 787cdac

Look good?

@ai ai closed this as completed Aug 4, 2024
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