Closed (outdated)
Project:
AJAX Trigger
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
26 Sep 2010 at 12:01 UTC
Updated:
7 Mar 2016 at 11:29 UTC
Jump to comment: Most recent
Comments
Comment #1
Negor commentedtemporary solve this problem by modyfing ajax_trigger.js line 21
var field = $("select[name*='"+index+"'],textarea[name*='"+index+"'],input[name*='"+index+"'],*[id^='"+index+"']");Comment #2
kenorb commentedComment #3
Miguel.Andrade commentedHi, just tested with flexifield and same issue.
example: ID without Flexifield, trigger attach working:
ID with Flexifield, trigger not attached:
btw: ff1 is a custom name for the flexifield, next 0 is the flexifield index
Great module by the way. It can save me a lot or developing time. Thanks
Comment #4
Miguel.Andrade commentedComment #5
Miguel.Andrade commentedActually, correcting for flexifield is tricky, because when the form loads, the triggered field (if in a flexifield) will not be present, so the listener does not get attached. Maybe the correction must be in the flexifield side, and probably there is nothing to be corrected in this module, just a warning should be made about flexifield troubles.
Comment #6
kenorb commentedClosed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.