The 'active' class is applied to the element of a tab when clicked, however it is only removed when that same tab is clicked again. This can lead to multiple tabs having the active class.

Steps
1. Click on the Menu tab (Admin menu displayed; Menu has active class)
2. Click on the User tab (User Menu displayed; User & Menu have active class)
3. Click on the User tab again (No menu displayed; Menu still has active class)

I'm guessing the javascript needs to be updated so that when clicking on any tab, the active class must be removed from all other tabs as well as apply the active class to the clicked tab.

Comments

jessebeach’s picture

Status: Active » Closed (fixed)

This should be fixed as of 7.x-1.0.alpha7.

hass’s picture

Status: Closed (fixed) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.