Receive Mouse drags on Layer always starts drag on 0,0

Steps causing the bug to occur

  1. make a linear gradient layer
  2. add receive mouse drags on layer
  3. observe started drag port
  4. always reports 0,0

Have you found a workaround?

No

Other notes

  • Vuo version: 2.4.0
  • macOS version: macOS 11
  • CPU: x86_64
  • How severely does this bug affect you? It prevents me from completing a specific task with Vuo.

Prevents me from creating a scaled control value based on the mouse drags

@MartinusMagneson,

The Started Drag port fires an event with the layer’s center point — the layer’s center point, not the position where the mouse was clicked.

Can you explain further what you want when “creating a scaled control value based on the mouse drags”?

Ah! Maybe it just me zoning out a bit. I was trying to get the values from a X/Y position within a layer. Thought I had done it with that node before, but maybe I misremembered :)

We’ll label this “not a bug” then.