Prior to 7.x-4.0-rc1 there was an issue with secondary tabs not displaying. For example, when working on a webform you should see three form components (conditionals, emails, form settings) as secondary tabs to the Webform tab.

A patch was provided and it made its way into 7.x-4.0-rc1. But I've recently installed 7.x-4.1 and the issue has resurfaced. I can no longer see the secondary tabs.

Any thoughts? Is this the same issue as before?

Thanks in advance.
Dori

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dmkelner’s picture

Title: Sub tabs not displaying » Secondary tabs not displaying
Issue summary: View changes
haydeniv’s picture

Can you show some screenshots of what you are seeing?

Thanks,

dmkelner’s picture

We did some more investigation after this was reported and now have determined that Rubik is working correctly and that the error was actually when viewing in Omega 3 theme.

dmkelner’s picture

Status: Active » Closed (works as designed)
John_B’s picture

FileSize
26.28 KB

I am seeing a similar problem on the Rubik 7.x-4.1. Screenshot attached.

John_B’s picture

Status: Closed (works as designed) » Active
John_B’s picture

The sub-menu for view modes at admin/structure/types/manage/[content_type]/display is also missing.

kolier’s picture

ul.secondary.tabs {
overflow: hidden; // Maybe remove this.
}

John_B’s picture

ul.secondary.tabs {
overflow: hidden; // Maybe remove this.
}

I do not find this (nor do I find anything comparable if it is corrected to .secondary-tabs).

For me this is not a css issue because the secondary menu items do not appear to be printed in the html source.

kyletaylored’s picture

Status: Active » Closed (cannot reproduce)
FileSize
37.98 KB

I don't see this in 4.1 or 4.x-dev, so until we have other users reporting this (with screenshots), I can only attribute this to another module/theme issue.

secondary tabs in Rubik

John_B’s picture

Ok thanks for looking.

We are using themes included with Openpublish; updating Tao, and Rubik to latest dev has not fixed it. I mention this in case other users of Openpublish see this, and may post again if I find a fix.

pog21’s picture

For anyone experiencing this problem, I believe it has been fixed in 7.x-4.x-dev.

John_B’s picture

FWIW the secondary tabs expected on Webform, and on Structure > Content Types > Manage Display (where on a standard install there are sub-tabs 'Default' and 'Teaser') are not working for me on the latest dev, which I just used to overwrite the copy of Rubik in Openpublish, followed by a cache clear.

kyletaylored’s picture

@John_B, can you provide some screenshots for us?

John_B’s picture

FileSize
12.64 KB

The screenshot of the webform page attached to #5 would be the same. I add a screenshot of the content types > manage display screen. In both cases the correct path does give access to the edit screen (for example admin/structure/types/manage/example_content_type/display/teaser gives a working manage display form for teasers). In both cases, there is no drop-down and the expected sub-tabs are missing. No JS error in console.

I cannot reproduce on a fresh install of Drupal or of OpenPublish.