Space and lasso tool not moving groups and text annotations inside a Collaboration #2226
Open
Description
Describe the Bug
When using the Space Tool or the Lasso Tool in bpmn-js version 17.9.2, the tools do not move groups or text annotations when clicking inside a bpmn:Collaboration. However, all other elements are moved correctly. This issue appears to be specific to elements within a Collaboration.
Steps to Reproduce
- Open a BPMN diagram in the editor.
- Add a bpmn:Collaboration with various elements, including groups and text annotations.
- Select the Space Tool or Lasso Tool.
- Click and drag to create space or select elements inside the Collaboration.
- Observe that groups and text annotations are not moved, while other elements are moved as expected.
Expected Behavior
All elements, including groups and text annotations, should be moved when using the Space Tool or Lasso Tool.
Environment
- Browser: Chrome Version 126.0.6478.127
- OS: Windows 11 Pro
- Library version: bpmn-js 17.9.2
Related to camunda/camunda-modeler#4797