Completed
Last Updated: 27 Feb 2026 12:50 by ADMIN
Alex
Created on: 24 Jul 2025 13:46
Category: TabStrip
Type: Bug Report
2
Tab index for header is not updated correctly

  1. Activating the second tab leads to its header having the focus (correct).
  2. Using the tab key, the focus changes to the second tabs content (correct).
  3. Using "Shift + Tab", the focus changes back to the header row, but to the first tab header (incorrect, the second tab header should be focused).
  4. Using the right arrow key, the focus changes to the third tab header and this tab gets activated (actually correct, but confusing considering the previous point).

The problem is caused by the tab index of the tab headers not being updated properly. The first one seems to have 0 at all times, while all others stay at -1. Instead, the active tab header should have tab index 0, while all others get -1.

1 comment
Alex
Posted on: 27 Feb 2026 12:40

Hello all,

I tried to reproduce this just now on the mentioned page https://demos.telerik.com/blazor-ui/tabstrip/tab-visibility, but could no longer do so. It seems this has been fixed, either purposely or as a side effect of something else. So I think you can close this one.

Regards,
Alex