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

[Bug][ExpansionPanel] Tabbing not working as expected #665

Open
filipKovachev opened this issue Feb 3, 2025 · 0 comments
Open

[Bug][ExpansionPanel] Tabbing not working as expected #665

filipKovachev opened this issue Feb 3, 2025 · 0 comments
Labels
Bug Item which indicates that something is not working Kendo UI for Vue SEV: Medium triaged triaged bugs

Comments

@filipKovachev
Copy link
Contributor

Describe the bug
The tab ordering seems broken on the expansion panel, when inspecting it has the first item as tabindex="0" and subsequent items as 1,2,3,4 on paper this should be fine but for some reason it's not tabbing through them, however if you click on the second item and tab through it will tab through them and at the end it will tab to the first item.

To Reproduce

Open this example: https://stackblitz.com/edit/sq7u3nt5-rywfergw?file=src%2Fmain.vue
Start tabbing and notice that you can't actually go further than the first item

Expected behavior
Tabbing should work, the same way it does for the React version:

https://stackblitz.com/run/?file=app%2Fapp.jsx

Reported in Ticket ID: 1677524

@filipKovachev filipKovachev added Bug Item which indicates that something is not working Kendo UI for Vue SEV: Medium triaged triaged bugs labels Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Item which indicates that something is not working Kendo UI for Vue SEV: Medium triaged triaged bugs
Projects
None yet
Development

No branches or pull requests

1 participant