$form['#attributes']['class'] should be an array as defined here: http://api.drupal.org/api/drupal/developer--topics--forms_api_reference....

The form context_ui_editor is setting class as a string as opposed to an array of one string.

Patch to follow.

CommentFileSizeAuthor
#1 context_ui_editor_form_class-1335928-1.patch558 bytesdtarc

Comments

dtarc’s picture

StatusFileSize
new558 bytes

And the patch

dtarc’s picture

It's a conflict with Renderable elements that required this fix.
#1316020: fatal error

dtarc’s picture

Status: Active » Needs review
tekante’s picture

Status: Needs review » Fixed

Patch committed, thanks for the bug report and patch. Commit ce39cf9b64a9bda357503c871dfa2c2666afd515

Status: Fixed » Closed (fixed)

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