nodify icon indicating copy to clipboard operation
nodify copied to clipboard

[Question] Is it possible to draw connections ontop the GroupingNode BG, but still behind normal Nodes?

Open hendrikp opened this issue 9 months ago • 5 comments

Setting on Comment/Grouping Nodes ZIndex to -2 does not have an effect on draw order. I verifed the property to be correct on the ItemContainer Parent Border. (there is a passthrough of ZIndex in the grouping node template apply function, which correctly sets the zindex)

It seems to be related to that all Nodes are grouped in the canvas behind the Connections in the VisualTree.

This setup makes it impossible to click/hover over connections inside of Grouping Nodes, except if all connections are drawn ontop all nodes (including grouping).

Is there a workaround maybe or would it require a new feature/rework?

hendrikp avatar May 14 '24 15:05 hendrikp