'Render Image to Window' sometimes makes window the wrong size

Steps causing the bug to occur

  1. Run @jersmi’s composition FullscreenImageSize.vuo from Fullscreen Image Weirdness.
  2. Resize the window…
    • Go fullscreen and back – the window size toggles between the expected size (1024x768) and a wrong size (1024x571).
    • Or resize with the mouse — the window size sometimes cycles between two or more sizes a few pixels apart.

I checked that the output of Render Layers to Image has the size specified by its Width and Height ports. So it looks like the window from Render Image to Window isn’t always the same size as the input image. Or Get Window Dimensions is outputting the wrong size.

Other notes

  • Vuo version: 1.2.2

Scheduled for work.

This was fixed as a side effect of other changes related to window nodes for Vuo 2.0.0.