2025.24660 Hovering OPs over annotateCOMPs

Hi,
2025.24460 Win 10

Some isuues with annotateCOMPs:

  • comment box - impossible to place op inside
  • same for the Annotate and Network Box label bars
  • hover op inside annottate (enclose on) - move outside without dropping → annotate borders are following op

Cheers,
Alex

Hi @letsius

The impossible to drop thing is a bug for sure. Will get that in the queue.

The annotate borders following OP is a convenience thing to allow you to easily add OPs to your annotate area. When you hold an operator near an annotate boundary, it grows the annotate to include the operator.

Thanks for report!

1 Like

Ah, looking deeper into this, I understand what’s going on. This is the same behavior as dropping a node onto another node. It doesn’t allow the drag move, preventing overlap. The entire comment area is considered the node area. For annotates, only the top bar area is considered the node area.

So this is not a bug.

If you really need to overlap in this way, the behavior only applies to dragging. You can set operator’s nodeX and nodeY positions using Python.

Agh, ok.
Got the point.
Thank you!

1 Like