I have a bizarre bug… One repeating group is within another, and both are contained inside drag and drop elements. For some reason this scenario is causing two major bugs:
Groups within these draggable elements are not collapsing properly.
Repeating groups are not updating unless I drag the parent element OR add a second element to the repeating group. With this second scenario, the repeating group will always display one less cell than the repeating group actually contains.
What’s weird is that I have a different page with a similar setup, just without the second repeating group, and the groups are collapsing properly and repeating groups are populating properly.
EDIT: It seems that the collapse bug occurs when the drag group is “droppable”
EDIT2: The repeating group issue is not related to the drag/drop group but rather a custom plugin.