-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
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
Labels
area: material/tabs
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Comments
bstaley
changed the title
bug(mat-tab-nav-bar): Between version 18 and 19 the ink bar lost animation when choosing and item to the right
bug(mat-tab-nav-bar): With version 19 the ink bar lost animation when choosing a tab to the right of the active tab
Jan 10, 2025
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. |
crisbeto
added
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
area: material/tabs
and removed
needs triage
This issue needs to be triaged by the team
labels
Jan 10, 2025
1 task
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jan 13, 2025
… 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.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jan 13, 2025
… 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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: material/tabs
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
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: