When Rubik is enabled, form elements that use the '#states' property are not affected by state changes. (see for examples where it works: http://d7.drupalexamples.info/examples/form_example/states )

Comments

ishmael-sanchez’s picture

Status: Active » Needs review

This isn't completely accurate. #states uses JS for hiding and showing form items so the theme isn't preventing that as long as it's not in a fieldset.

From Bartik <fieldset id="edit-drupal-info" class="collapsible form-wrapper collapse-processed" style="display: none;">

from Rubik <fieldset class="collapsible fieldset titled collapse-processed">

The fieldset template is defined in the parent theme tao and not rubik so maybe it could be related to http://drupal.org/node/1027484. Will let the maintainer decide whether to close this.

haydeniv’s picture

Issue summary: View changes
Status: Needs review » Closed (won't fix)

I'm going to close this. If anything it is a TAO issue and I think there is already an issue that will clear this up over there with fieldset attributes getting set properly.