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

shelane created an issue.

stevesmename’s picture

Just 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.