Skip to content

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

@filipKovachev

Description

@filipKovachev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions