In ajax_submitter_set and ajax_validator_set $form['#attributes']['class'] value replaced with 'ajax-form'. It will be better to add this class to the class list, not overwrite, so it would not interfere with other modules.

Comments

brendoncrawford’s picture

Assigned: Unassigned » brendoncrawford
Status: Active » Fixed

Fixed. Please alllow up to 12 hours for dev to update.

Status: Fixed » Closed (fixed)

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

nachinius’s picture

Status: Closed (fixed) » Active

This is still happening in three places.

lines 143, 157,174. You can change it to $X = isset($X) ? $X : '' . ' $classtoadd';

igorik’s picture

subscribe

brendoncrawford’s picture

Status: Active » Needs work

if somebody creates a patch, i will apply it