When dependent.inc is used and #process = ctools_process_dependency is set on a form element that is contained within a collapsed fieldset, the correct initial state of that element is not set, if it should be hidden. (i.e. opening the form should now show the item, but it is shown and toggling the settings on the dependent element, will then cause the item to hide.)

Comments

merlinofchaos’s picture

Status: Active » Fixed

So jQuery.hide() doesn't hide if it's already hidden. SO when the collapsible fieldset uncollapses, it unhides. css('display', 'none') works, though.

Status: Fixed » Closed (fixed)

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