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
refresh the browser with the internal refresh button
the tab three should be active and hightlight
What is expected?
the underline highlight (ant-tabs-ink-bar) should be matched with the title
What is actually happening?
the underline highlight is miss-matched after the tab title gets updated with dynamic data - use the setTimeout as an example, it is fetching from API in the real code.
the ant-tabs-ink-bar's style calculation is not updated after the title update. It's correct in version 8.
Environment
Info
ng-zorro-antd
10.1.0
Browser
chrome
Regression bug from version 10
The text was updated successfully, but these errors were encountered:
Reproduction link
https://stackblitz.com/edit/angular-xmgl6x-uyzjjp?file=src/app/app.component.ts
Steps to reproduce
What is expected?
the underline highlight (ant-tabs-ink-bar) should be matched with the title
What is actually happening?
the underline highlight is miss-matched after the tab title gets updated with dynamic data - use the setTimeout as an example, it is fetching from API in the real code.
the ant-tabs-ink-bar's style calculation is not updated after the title update. It's correct in version 8.
Regression bug from version 10
The text was updated successfully, but these errors were encountered: