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
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
Serious issue with tab control, when we have "select" action assigned and navigate to the next page (it means "$destroy" will be fired). It calls the select method for following tabs..
E.g. Tab1 | Tab2 (selected) | Tab3 | Tab4.
When we navigate to next page it fires "select" event for Tab3 and Tab4. Basically event is being triggered when $destroy->removeTab method
The text was updated successfully, but these errors were encountered:
I have noticed the same issue. I use the tab select action to trigger a REST API call. So as soon as I leave an active view the select event is triggered for all tabs what causes unwanted REST API calls.
Serious issue with tab control, when we have "select" action assigned and navigate to the next page (it means "$destroy" will be fired). It calls the select method for following tabs..
E.g. Tab1 | Tab2 (selected) | Tab3 | Tab4.
When we navigate to next page it fires "select" event for Tab3 and Tab4. Basically event is being triggered when $destroy->removeTab method
The text was updated successfully, but these errors were encountered: