Active
Project:
Bootstrap fieldgroup
Version:
7.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2017 at 22:11 UTC
Updated:
24 Apr 2017 at 03:47 UTC
Jump to comment: Most recent
When doing Bootstrap tabs, when first going to a node edit page, non of the tabs are set as active but the content of the first tab is shown. Clicking another tab will add the active class and returning to the first tab will have the active class, just not on initial load.
Comments
Comment #2
stevesmename commentedJust ran into this too, I saw it occur when custom classes are added into the formatter settings. Further research and looks like it's a problem in the bootstrap-fieldgroup-nav.tpl.php file. There is no space added prior to printing 'active' whenever $nav['classes'] is not empty.