Issue:
When parenting a VideoFrame under a CanvasGroup, the video won’t play. And if it’s selected or a property is changed on the videoframe, the video jumps to the corresponding TimePosition frame.
Visual aids:
Studio place:
VideoFrameBug.rbxl (63.0 KB)
To reproduce:
- Parent a VideoFrame under a CanvasGroup
- Play in studio
- Open the explorer and properties tab
- Select the VideoFrame and change any property on it (position, size, active, etc) or add an attribute and change it
- VideoFrame will skip to the selected TimePosition once the property is changed
Expected behavior:
The VideoFrame should play normally when parented under a CanvasGroup