Needs work
Project:
Ajax
Version:
6.x-1.14
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
23 May 2009 at 19:08 UTC
Updated:
21 Jan 2012 at 08:54 UTC
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
Comment #1
brendoncrawford commentedFixed. Please alllow up to 12 hours for dev to update.
Comment #3
nachinius commentedThis is still happening in three places.
lines 143, 157,174. You can change it to $X = isset($X) ? $X : '' . ' $classtoadd';
Comment #4
igorik commentedsubscribe
Comment #5
brendoncrawford commentedif somebody creates a patch, i will apply it