With the current dev, the filtering fieldset code fires twice for some reason. I see in my browser error console:

filtering to show file_upload
filtering to show 

The second one hides all the options, but doesn't show one. Attached patch fixes the issue.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dman’s picture

Hm. That old fieldset trick in the UI should sometime be refactored to use the D7 form API conditions to hide and show stuff eventually.

John Franklin’s picture

I was wondering why it used custom jQuery.

dman’s picture

I worked it up back in 2008 or so :-}
It just never got replaced because it took me 2 years of D7 to even discover that some new FAPI had introduced a very under-advertised #states thing that is now similar to what I wanted back then.