Hi,
I am trying to use setHeight and setSelectedTab for TabSet in clickhandlers.
I tried it in CellClickHandler of a Grid and in a ClickHandler of a ButtonItem and the behavior of the TabSet is not changing.
However, I am able to use the same methods inside the clickhandler of the TabSet.
I am not getting any errors and the onClick of the Handlers method is correctly called.
Is this a bug or it is a correct behavior and I am doing something wrong??
Thanks.
I am trying to use setHeight and setSelectedTab for TabSet in clickhandlers.
I tried it in CellClickHandler of a Grid and in a ClickHandler of a ButtonItem and the behavior of the TabSet is not changing.
However, I am able to use the same methods inside the clickhandler of the TabSet.
I am not getting any errors and the onClick of the Handlers method is correctly called.
Is this a bug or it is a correct behavior and I am doing something wrong??
Thanks.
Comment