Reproduction Steps
- Create a scrolling frame with ClipsDescendants set to true
- Insert a frame into the scrolling frame
- Rotate the inserted frame to any degrees
- Scroll down until the frame goes past the canvas of the frame
- Observe that the frame doesn’t clip until the entire frame goes past the canvas
Expected Behavior
Elements will clip properly like any other object.
Actual Behavior
Elements don’t clip properly. They will always go past the frame until the entire object has passed the frame.
Workaround
You can hide the frames using other frames with a higher ZIndex than the frames that don’t clip:
This won’t always work because the background won’t always have a single colour (i.e., a transparent background) and might interfere with other objects (blocking buttons, images, etc).
Issue Area: Engine
Issue Type: Display
Impact: Moderate
Frequency: Often