ch-lukas opened a new issue, #2369: URL: https://github.com/apache/incubator-kie-issues/issues/2369
**Describe the bug** In the BPMN Editor, when a node connected by a sequence flow is repositioned, the connection's attachment point on that node is not recalculated. The edge stays anchored to its original spot instead of the border side facing the connected node. It's most visible with events (circular nodes), where the connector clearly meets the shape off-center, but it affects all node types. **Steps to reproduce** 1. Add a start event and a task, and connect them with a sequence flow. 2. Move the event so it sits below, then above, then beside the task. 3. Second, move the anchor point on the event to a different position, then try moving it around the connected task again. 4. Watch where the connection meets each shape. **Expected behavior** The endpoint anchors to the border side facing the connected node — top/bottom when above/below, left/right when beside — and updates as the node crosses between those zones. **Actual behavior** The anchor keeps its original position and does not re-optimize as the node moves, so the connection meets the shape at an awkward, off-center point. **Screenshot** <img width="704" height="562" alt="Image" src="https://github.com/user-attachments/assets/c11ddf43-dd13-4b00-93c8-e4fb7773d4ad" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
