Closed (duplicate)
Project:
Rubik
Version:
7.x-4.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2010 at 20:36 UTC
Updated:
29 May 2013 at 08:23 UTC
Not sure if this is the right place to post but wanted to share this as it had me doubting my sanity for a while as I was having trouble configuring a number of modules, Mailchimp(http://drupal.org/project/mailchimp) in particular.
I found that the theme collapsed that fieldsets nested inside another fieldset were completely hidden.
Adding the CSS below to the end of Rubiks style.css worked a treated.
fieldset legend span.fieldset-title{
display:block!important;
}
I haven't found it causing any problems elsewhere as yet.
Comments
Comment #1
exiled_hammer commentedAkk I must be tired
*I found that collapsed fieldsets nested in another fieldset were completely hidden.
eg
Comment #2
karens commentedI have seen some problems here too. Still investigating.
Comment #3
chromix commentedThis also happens with modal windows (specifically ones created through CTools). I noticed this while I was using the Content Analysis module. Good to see I'm not the only one who's seeing this!
...and thanks for the tip, BTW.
Comment #4
chromix commentedIt looks like CTools (and maybe Mailchimp...?) is re-including system.css and defaults.css, which is causing all the mayhem. Not quite sure how to stop this from happening...!
Comment #5
seanrI just ran into this as well. Anyone have any more info? I'm not seeing extra copies of system.css though. See here:
Comment #6
Sean Buscay commentedThe system.css file is appearing for me after, affecting views filters after clicking the "Reset" button and the page goes through an ajax reload.
Adding
fieldset legend span.fieldset-title{
display:block!important;
}
does keep the fieldsets from disappearing, but they still re-inherit system theming which was overridden by Rubik. This includes the views table style reverting back to system styling.
I wonder what it is about an ajax refresh which brings in the system.css file a second time?
I'm checking the code myself.
Comment #7
Sean Buscay commentedAfter updating to views 6.x-3.x-dev updated: March 14, 2011 - 19:24 the issue is resolved.
Since I was using an ajax view and upon reload the system.css file was added, I suspect Rubik may have conflicted with or not done well with the previous 6.x-3-dev views. BUT, the problem is not necessarily in views, as the disappearing field sets issue only occurred in Rubik and not in a separate Genesis based theme which I tested.
I hope this helps. If someone needs more detail to help them troubleshoot their own issue, please let me know.
Edit: turning off CSS aggregation brought the issue back.
Comment #8
hnln commentedsubscribe
Comment #9
dgastudio commentedsame problem in rubik for d7 and global views filter module #1438230: Field config is not displayed in block config page.
Comment #10
acbramley commentedThis happens in d7 with the Openlayers module on the behaviours tab when editing a map (see #2005514: Can't find settings) I have also found other issues around the place which report this with Rubik as the culprit e.g #1438230: Field config is not displayed in block config page. with views global filter
Would be great for a Rubik maintainer could take a look at this, looks like it's a specific issue with multiple nested fieldsets.
Comment #11
acbramley commentedAfter all that, I've just found another issue that fixes my issue. This might help other http://drupal.org/node/1307826#comment-6838998
Comment #12
haydeniv commentedSince patch is over there #1307826: Fieldsets inside vertical tabs have hidden legend, closing this issue.