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

TabStrip navigation does not work with OnPush #4548

Open
Zaixu opened this issue Feb 25, 2025 · 0 comments
Open

TabStrip navigation does not work with OnPush #4548

Zaixu opened this issue Feb 25, 2025 · 0 comments

Comments

@Zaixu
Copy link

Zaixu commented Feb 25, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants