You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a tabstrip with navigational arrows, does not change tabs when pressing keys accordingly. It just moves focus to the tab but does not put it active.
Click on a tab and use arrow keys - Does not work.
Attaching tabSelect event will, as that will update main component.
Screenshots or video
No response
Actual Behavior
Just moves focus to different tabs, without setting it active when using arrow keys.
Expected Behavior
Should change active tab according to arrow keys navigation.
Same behaviour as setting up 'tabSelect' event to force change detection on outer component.
Browser
Chrome
Browser version
latest
OS type
Windows
OS version
11
Last working version of the Kendo UI for Angular package (if regression).
18.1.0
The text was updated successfully, but these errors were encountered:
Description
Using a tabstrip with navigational arrows, does not change tabs when pressing keys accordingly. It just moves focus to the tab but does not put it active.
When using OnPush change detection.
Steps To Reproduce
Stackblitz
Click on a tab and use arrow keys - Does not work.
Attaching tabSelect event will, as that will update main component.
Screenshots or video
No response
Actual Behavior
Just moves focus to different tabs, without setting it active when using arrow keys.
Expected Behavior
Should change active tab according to arrow keys navigation.
Same behaviour as setting up 'tabSelect' event to force change detection on outer component.
Browser
Chrome
Browser version
latest
OS type
Windows
OS version
11
Last working version of the Kendo UI for Angular package (if regression).
18.1.0
The text was updated successfully, but these errors were encountered: