●●●○ — It prevents me from completing a specific task with Vuo.
Steps causing the bug to occur:
Build a list of layers with a x position from -1 to 1
Send the list to a process list node
Get the layer bounds
Output the center of each layer as a processed item
Layers are apparently sorted by the unsigned x value when output by the looks of the Finished Building.
Other notes:
This might be related to child layer handling instead of the process list. Expected behavior would be the layers being output by the order they were created in.
●●●○ — It prevents me from completing a specific task with Vuo.
Steps causing the bug to occur:
Make a composition using Make Text Field
Type in text field until the length of the characters are longer than the text field
Look at the growing text field
Other notes:
Expected behavior is scrolling the text preserving the Text Field size. As the field can overlap other UI elements and will not clear on hitting enter, it can break compositions using the feature
After even more poking around, it seems like this is a sub-composition related issue. As the Allow Changes node won't accept a window input, there doesn't seem to be a workaround for this.