I have been digging around for known issues on this and so far I have found none. The problem is that when I have a field that is using unlimited as the number of entries and the field resides within an htab from this module the "Add another item" button doesn't work right. Specifically it runs the JS and gets nothing back. It looks like it is having trouble identifying the triggering element properly.

I hope I am missing a known bugfix. But if not, here is a great new problem. I am still working on what is going on, but my knowledge of how drupal handles all of these fields in the backend is still a bit underdeveloped. Since I am a programmer I know I will find a solution eventually. But I would be surprised if this problem has not been noticed by others.

Comments

federicodv’s picture

same problem here .. following.

wrd’s picture

Same problem here. Javascript errors seem to be:

jquery.easing.1.3.js:46 TypeError: 'undefined' is not a function (evaluating 'jQuery.easing[jQuery.easing.def](x, t, b, c, d)')

myke’s picture

I can confirm. "Add another item" definitely does NOT work within a field group.

myke’s picture

Issue summary: View changes

I went into the config for the jQuery Update module, and set admin pages to use jQuery 1.7. The Add another item now works within Field Groups.