Closed
Description
I have three tabs. Before using badges, selection and unselection works just fine.
After adding badges (but even without showing them), unselection does not work.
For example, if initially tab 0 is selected and I click on tab 2, tab 2 becomes visually selected and tab 0 is visually unselected. But if I then click tab 0 again, both tabs 0 and 2 stay visually selected. In this case I have debugged it enough to see that what happens is an unselect(0) followed by a select(0) instead of unselect(2) followed by select(0).
Since the presence of badges apparently mean you are adding one more container layout, I suppose the tags used for tracking active and inactive tabs doesn't work.
I am using 1.3.3.
Metadata
Metadata
Assignees
Labels
No labels