-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 2.6.0
-
Component/s: None
The tabnav ID is applied to all tab navigation elements, which means it can appear multiple times on the same page. Editing an existing page is one example.
The tabnav ID should be made a class, and the stylesheet needs to by updated and tested appropriately. (The specificity of a class is lower than an ID, so there may be stylesheet ramifications.)