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

fix(App): unstuck navbar focus on internal entries #1038

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

blizzz
Copy link
Member

@blizzz blizzz commented Apr 30, 2024

Fixes the focus being stuck on the nav bar after switching from Tables to a Tables application. Without the fix, the labels remain to be seen, only a click fixes the state.

Buggy behaviour:
Screencast_20240430_112536.webm

I understand it is OK to refer to app-content-vue as it is already done so in a different place in the same file. Setting the tabIndex is necessary for divs to accept the focus.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
@blizzz blizzz added bug Something isn't working 3. to review Waiting for reviews labels Apr 30, 2024
Copy link
Member

@juliushaertl juliushaertl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems good 👍

@blizzz blizzz merged commit b8c1a2c into main Apr 30, 2024
45 checks passed
@blizzz blizzz deleted the fix/noid/focus-stuck-navbar branch April 30, 2024 15:14
@juliushaertl
Copy link
Member

/backport to stable0.7

@backportbot backportbot bot added the backport-request Pending backport by the backport-bot label Apr 30, 2024
@backportbot backportbot bot removed the backport-request Pending backport by the backport-bot label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants