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

TabView changes focus to Tab on Layout #3847

Closed
tig opened this issue Nov 23, 2024 · 3 comments · Fixed by #3849
Closed

TabView changes focus to Tab on Layout #3847

tig opened this issue Nov 23, 2024 · 3 comments · Fixed by #3849
Assignees
Labels
Milestone

Comments

@tig
Copy link
Collaborator

tig commented Nov 23, 2024

SJU9Pji 1

@BDisp
Copy link
Collaborator

BDisp commented Nov 24, 2024

But this issue #3828 (comment) still exist which it's due a navigation issue not related with TabView navigation. I leave that for you to fix it.

WindowsTerminal_pHMHIRPFgo

@BDisp
Copy link
Collaborator

BDisp commented Nov 24, 2024

One solution that I can use for this is set TabStop = TabBehavior.TabGroup; in the TabRowView. Thus it's possible to navigate to the Tab by pressing F6 key. Do you want I do this changes?

@BDisp
Copy link
Collaborator

BDisp commented Nov 24, 2024

One solution that I can use for this is set TabStop = TabBehavior.TabGroup; in the TabRowView. Thus it's possible to navigate to the Tab by pressing F6 key. Do you want I do this changes?

Done and also added wheel support.

@tig tig closed this as completed in #3849 Nov 26, 2024
@tig tig closed this as completed in 684fb19 Nov 26, 2024
tig added a commit that referenced this issue Nov 26, 2024
Fixes #3847. TabView changes focus to Tab on Layout.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

2 participants