I have a PanelBar that can add items to the TabStrip, which is done through append. Each tab has a url, which changes part of the display, as part of an Angular SPA. When I try to click on an appended tab, I am redirected to another url, but the selected tab still doesn't change (not just the display, the select function is just never called).
I suspect the problem is that instead of clicking on the tab itself, I click on the tab's url link, which prevents me from clicking on the tab. Is there anything I can do to fix this?