- πΊπ¦Ukraine semjuel
The Drupal 7 module version is not supported. I am closing this issue.
The HTML IDs of a form can change when drupal_html_id() tries to make an ID string unique, appending two hyphens and a number to the ID string (e.g. #original_id--4). This means that if our ajax_command_replace
function targets #original_id
when it has been updated to, say, #original_id--4
, it won't find the element that needs replacing. This happens to me if I use Profile2_panels module to override the default Profile2 Edit path (where the drupal_html_id() function actually runs several times for a normal page render - this could be another issue in itself but is not an exclusive cause of appended numbers).
A similar issue was reported in the Field Collection module ( https://www.drupal.org/node/1675522 β ) upon AJAX and validation. That issue hasn't been finalised yet but tim.plunkett's hack β could be equally applied to this module. Whether a superior solution comes out later is another matter.
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
The Drupal 7 module version is not supported. I am closing this issue.