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
[X ] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35
When all tab-panel with ng-If conditions, and the conditions is depend on webapi,tabview will crash.
updateInkBar method will cause a exception,because tabHeader will be null(the webapi result has not received and all tabpanel is null,there has not highlight tabpanel).
Will you kindly check the tabHeader is null or not before set Style,
Please tell us about your environment:
Angular version: 13
PrimeNG version: Since 13.0.3
Browser: all
The text was updated successfully, but these errors were encountered:
So sorry for the delayed response! Improvements have been made to many components recently, both in terms of performance and enhancement. Therefore, this improvement may have been developed in another issue ticket without realizing it. You can check this in the documentation. If there is no improvement on this, can you reopen the issue so we can include it in our roadmap?
Please don't forget to add your feedback as a comment after reopening the issue. These will be taken into account by us and will contribute to the development of this feature. Thanks a lot for your understanding!
I'm submitting a ... (check one with "x")
When all tab-panel with ng-If conditions, and the conditions is depend on webapi,tabview will crash.
https://stackblitz.com/edit/github-euy9at?file=src/app/app.component.ts
I find the commit
Fixed #10837 - TabView: p-tabview-ink-bar doesn't follow the size of …
updateInkBar method will cause a exception,because tabHeader will be null(the webapi result has not received and all tabpanel is null,there has not highlight tabpanel).
Will you kindly check the tabHeader is null or not before set Style,
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: