Popup debug window from port out doesn't scale on y-axis

Steps causing the bug to occur

  1. have a node that has a port that outputs values as array
  2. hover over the output port and have the popup debug window to show up and detach it as its own window (do this when the array has nothing in it)
  3. now do something that populates the array
  4. the detached debug window won’t show any values as its height is fixed to height it had when detached with empty array and all the values are down the below.

How did the result differ from what you expected?

Won’t see the values i’m supposed to

When did you first notice this bug?

On version 0.5.4 (first I ever used)

Have you found a workaround?

yes

Other notes

  • Vuo version: 0.5.4
  • macOS version: OS X 10.9

Have the popup show up and detach the window when the array is populated as its maximum

Thanks for the bug report. We’ve noticed that happening, too. We’ll try to get it fixed soon.

Fixed in Vuo 0.8.0. Thanks for reporting this, @jokkeheikkila.