-
Notifications
You must be signed in to change notification settings - Fork 6.8k
bug(mat-tab-nav-bar): With version 19 the ink bar lost animation when choosing a tab to the right of the active tab #30303
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
Comments
Which animation are you referring to? It seems to work as expected to me. |
Also here a recording of how it looks on my end: Screen.Recording.2025-01-10.at.21.09.32.mov |
Ah I see what you mean. It's only on the nav bar. |
… forwards Fixes a regression introduced in angular#30121. It looks like we were depending on the incorrect internal state to animate correctly. These changes fix the issue by removing a call that was redundant in the first place. Fixes angular#30303.
… forwards Fixes a regression introduced in angular#30121. It looks like we were depending on the incorrect internal state to animate correctly. These changes fix the issue by removing a call that was redundant in the first place. Fixes angular#30303.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Is this a regression?
The previous version in which this bug was not present was
18
Description
Using mat-tab-nav-bar in version 18, no matter which tab you chose you would see the ink bar animate to that new tab. Now in 19 it only animates to the left.
Reproduction
Steps to reproduce:
Expected Behavior
Choosing a tab in any direction should animate.
Actual Behavior
Animation only happens when choosing a tab to the left of the current active.
Environment
The text was updated successfully, but these errors were encountered: