The css used to hide any inactive tabs uses "top: -100000px;" to hide the tab. We ended up with a really really long tab. (Probably too long to be honest) The long tab was so long that it would overlap the active content and you could no longer edit the node.

The patch attached uses "right: -100000px;" to fix the issue of long tabs overlapping.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

frankkessler created an issue. See original summary.

frankkessler’s picture

frankkessler’s picture

Title: Long Horizontal tabs overlap » Long Horizontal tabs overlap active tabs

Status: Needs review » Needs work

The last submitted patch, 2: field_group-long_horizontal_tabs_overlap-2570421-2-7x.patch, failed testing.

frankkessler’s picture

Status: Needs work » Needs review
FileSize
513 bytes

Fix patch line endings

Status: Needs review » Needs work

The last submitted patch, 5: field_group-long_horizontal_tabs_overlap-2570421-3-7x.patch, failed testing.

frankkessler’s picture

Status: Needs work » Needs review
FileSize
733 bytes

New patch made with git

Chris Matthews’s picture

Assigned: frankkessler » Unassigned

The 3 year old patch in #7 to horizontal-tabs.css applied cleanly to the latest field_group 7.x-1.x-dev, but still needs review (if still applicable).

georgir’s picture

well that #7 patch moves inactive tabs to the right instead of up, which results in a crazy horizontal scrollbar...