This question's been asked before, but I couldn't find a clear answer to it:
I'm needing to detect when a user clicks on a tab. TabClickHandler only fires when the user clicks on the actual icon on a tab, not if she clicks on the tab's text, and TabSelectedHandler fires whenever the tab is selected, regardless of whether it was by click or other means. Is there any way in the API to add a click handler to a tab directly? If not, is this functionality planned?
I'm needing to detect when a user clicks on a tab. TabClickHandler only fires when the user clicks on the actual icon on a tab, not if she clicks on the tab's text, and TabSelectedHandler fires whenever the tab is selected, regardless of whether it was by click or other means. Is there any way in the API to add a click handler to a tab directly? If not, is this functionality planned?
Comment