Found while modeling a real domain in ESDM and browsing it with the visualizer.
The aggregate node is laid out at the same vertical position as the actors row, so it ends up underneath the first actor.
Reproducing it
Run the shipped shop example and select ordering / order. The order aggregate sits behind customer, with roughly a 20 px sliver sticking out on the left. Selecting catalog / stock shows the same thing, there with stock behind staff.
Bounding boxes at a 1600x900 viewport:
ordering__order at x=571, y=91, size 219x84
ordering__actor__customer at x=593, y=91, size 183x84
Dragging the aggregate aside fixes it for the session, but the grab area is only that narrow sliver, so it takes a deliberate aim.
Found while modeling a real domain in ESDM and browsing it with the visualizer.
The aggregate node is laid out at the same vertical position as the actors row, so it ends up underneath the first actor.
Reproducing it
Run the shipped shop example and select
ordering/order. Theorderaggregate sits behindcustomer, with roughly a 20 px sliver sticking out on the left. Selectingcatalog/stockshows the same thing, there withstockbehindstaff.Bounding boxes at a 1600x900 viewport:
ordering__orderat x=571, y=91, size 219x84ordering__actor__customerat x=593, y=91, size 183x84Dragging the aggregate aside fixes it for the session, but the grab area is only that narrow sliver, so it takes a deliberate aim.