We’re having a problem manually resizing groups in our diagram. If a group is resized, the nodes inside of it can then be placed outside the bounds of the group without it growing to fit. The nodes still move with the group when it’s dragged around, so they seem to still be members of it, but they’re no longer contained within its borders.
The “Regrouping Demo” is very similar to the kinds of graphs we need to make and if I take that sample and add “ungroupable: true” and “resizable: true” I can reproduce the problem.
Is there something else we need to do after resize? Could the problem be related to using padding in our groups?
Thanks