Hi!
I'm using Fieldgroups to show vertical tabs on a node.
When using AT Core 7.x-3.1 or Corolla 7.x-3.0-rc1, I can see "(active tab)" below the tab name:

The HTML code reads:
<span id="active-vertical-tab" class="offscreen">(active tab)</span>
However, using Bartik theme, it works correctly:

And the HTML code now reads:
<span id="active-vertical-tab" class="element-invisible">(active tab)</span>
Is this a bug related to AdaptiveTheme? If not, I'm sorry.
If you need any more information or details, please let me know.
Thank you very much for your help.
Comments
Comment #1
Jeff Burnz commentedI cant remember why I did this, there were many issues with the vertical tabs in the past in Drupal core so I need to review my logic on this one, looks like a bug that needs to be fixed.
Comment #2
Diego Herranz commentedIt would be great to have it fixed.
Thanks!!
Comment #3
Jeff Burnz commentedI can only assume this CSS is missing from Corolla:
That is the magic, in AT Core I can't reproduce this.
Comment #4
Jeff Burnz commentedComment #5
Diego Herranz commentedThat dit it!
By the way, it happens the same to me with ATCore and Corolla. Adding that CSS it works fine but without it, "(active tab)" is showing. Are you sure it's a Corolla bug?
Thank you very much!
Comment #6
Anonymous (not verified) commentedHere's a patch that adds the CSS from #3 to forms.css.
Comment #8
Jeff Burnz commentedMaybe oldest fixed bug in Corolla ever?
You get prize for patch of the day!