After installing the metatag module, was not able to access the ":Advanced" fieldset (collapsed) as the legend for that fieldset had a style of display:none. Not sure what other modules, interfaces, etc. this might affect.

Comments

ben.hamelin’s picture

Status: Active » Closed (duplicate)

Closing this, addressed in this issue:
http://drupal.org/node/1307806

realityloop’s picture

Status: Closed (duplicate) » Needs review
StatusFileSize
new1.04 KB

Actually it's not fully addresssed, I needed to add the following to rubik's core.css to resolve it

realityloop’s picture

Version: 7.x-4.0-beta6 » 7.x-4.0-beta8

patch is against beta8

wbobeirne’s picture

Priority: Normal » Major
StatusFileSize
new428 bytes

I don't think #2 is what we want, since that will show the legends at the top of vertical tabs, which is the original reason that rule exists. Attached is a patch that will show the legends of other fieldsets inside of a vertical tab, but not the legend at the top. Also, upping this issue to major as it inhibits functionality of other modules, such as metatags as mentioned above, and scheduler on pre 7.14 versions of drupal.

acbramley’s picture

StatusFileSize
new196.08 KB
new126.51 KB

@wbobeirne thank you so much, #4 fixed an issue I was having which stopped me editing half the behaviour settings available to an Openlayers map when using Rubik. I there still needs to be some extra work though, here's my pre patch and post patch screenshots with some annotations to show my issues. The un-collapsing is also adding some padding which makes the fieldset appear to drop down 5 or so pixels when you open it up

acbramley’s picture

Version: 7.x-4.0-beta8 » 7.x-4.x-dev

Also, is this a duplicate of #986566: Nested fieldsets not appearing

acbramley’s picture

Title: .vertical-tabs-panes .vertical-tabs-pane legend display:none style » Fieldsets inside vertical tabs have hidden legend

Changing title

acbramley’s picture

Have added some to the patch as the very generic line 233 of core.css removes all borders and margins from the collapsible fieldsets. This patch adds a border round them. Testing with the openlayers behaviours page as per #5 and it looks much better now. Not sure if this will impact much on anything else in the theme, but it seems reasonable to me (however I'm not generally a themer).

The screenshot attached shows the new display with this patch, notice the improvement from the previous screenshots in #5

acbramley’s picture

The above patch also fixes the issue I noted in #5 with the awkward user interaction of not being able to click the text.

wiifm’s picture

Status: Needs review » Reviewed & tested by the community

+1, lets get this simple patch in. Currently fieldsets within vertical tabs are a mess on Rubik. This patch goes a long way to making them usable.

haydeniv’s picture

Status: Reviewed & tested by the community » Fixed

Committed: 76fbd45

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.