When NVDA is turned on the navigation in TabStrip is not working.
The selection of the item is not changed.
It should be possible to navigate between the tabs in the TabStrip when NVDA is turned on.
The selected tab's text is not readable with the main-dark theme
The background of the Selected Tab is white and the text is not readable
The background of the Selected tab should contrast to its text
TabStrip items are not receiving focus when navigating. Only the disabled items receive k-focus class.
Scenario 1:
Scenario 2:
Scenario 1: The items could not be focused. The k-focus class is applied only to the 'Tab 3' tab which is disabled.
Scenario 2: The first Tab receives the k-focus class for a moment and appears as focused, while a different tab is selected
The tabs in the TabStirp should receive focus.
https://dojo.telerik.com/AGaceyAD
Tabs exceeds parent container.
https://www.screencast.com/t/H4lCTxwwr
Tabs should wrap to the next row.
For a TabStrip in a PanelBar, the content for all tabs is displayed initially. You need to select all the tabs so that the content would start displaying correctly for the corresponding tab.
The content for all the tabs is displayed.
The content should be displayed separately for each tab.
Selecting a tab from the TabStrip causes the page to scroll to the top. The body height must be at least 746px in order to reproduce the bug.
The page scrolls to the top.
Selecting a tab shouldn't cause scrolling.
Hi,
With the latest release of Kendo UI 2020.3.1118; the insertBefore/insertAfter methods of the tabStrip are removing the previous page tab content; works as expected in Kendo UI 2020.3.1021
Example - Select Inserted item, then select Baseball tab; Dojo Example
After insertBefore:
When focusing the comopnent a visual indication aims to show the user that something has changing during keyboard navigation. In the TabStrip there is no such indication. This also violates WCAG 2.4.7.
https://demos.telerik.com/kendo-ui/tabstrip/keyboard-navigation
It would be nice to have methods to expand and collapse the tabstrip as the user does by clicking the tab header (if collapsible is enabled). Also events should be triggered, every time the tabstrip expands or collapses.
TabStrip should have the option to have closeable and sortable tabs.