Hey,

I just updated to 1.1 and when using rubik the horizontal tabs aren't rendered correctly anymore.

regards Volkan

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jec006’s picture

I experienced this issue also.

nils.destoop’s picture

Just downloaded latest rubik / tao release. But my tabs are still shown correctly.

nils.destoop’s picture

Status: Active » Postponed (maintainer needs more info)

Can you confirm that it works for latest rubik?
If it doesn't, can you provide a screenshot of problem + firebug or the url to the problem?

nils.destoop’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)
clemens.tolboom’s picture

For the record:

position is set relative by core.css

.fieldset.titled {
 display: block;
 min-height: 30px;
 position: relative;
}
clemens.tolboom’s picture

Version: 7.x-1.1 » 7.x-1.x-dev
Status: Closed (cannot reproduce) » Active
FileSize
39.54 KB

If tested on 7.x-1.x but this is not fixed yet. I attached a screenshot.

White screenspace

I thought adjusting the css would do

.horizontal-tabs-panes .fieldset.title.horizontal-tabs-pane {
  position: absolute;
}

but that failed. Guess the area should be reduced by js?

nils.destoop’s picture

Issue summary: View changes
Status: Active » Closed (outdated)