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

No cyclic focus change using Tab or Shift-Tab #91

Open
devent opened this issue Mar 23, 2020 · 1 comment
Open

No cyclic focus change using Tab or Shift-Tab #91

devent opened this issue Mar 23, 2020 · 1 comment

Comments

@devent
Copy link

devent commented Mar 23, 2020

I have multiple text fields. Tab and shift-tab changes the focus to the next and previous, respectively, as expected. But if the focus is on the last input field and I pres Tab then the focus is not moved to the first input field. The same with Shift-Tab and first to the last.

Input A, B, C. Focus is on C. Pressing Tab does nothing.
Expected behavior:
Focus is on A.

Input A, B, C. Focus is on A. Pressing Shift-Tab does nothing.
Expected behavior:
Focus is on C.

Lemur: 1.13.0

@pspeed42
Copy link
Contributor

pspeed42 commented Jul 2, 2020

When you say "tab does nothing", does that mean focus is still on C or has focus changed to something that is not A, B, or C.

By default, focus is cyclic but it may be going to another GUI element not in the three. If that's happening and it's undesirable then it is possible to set a custom focus root that defines the cycle as you want. But it should be moving to "something" now... it would be interesting to know what.

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