I have encountered a bug in Roblox Studio where the UICorner instance fails to update properly when applied to a ScrollingFrame. The UICorner appears to work correctly on other UI elements, but when added to a ScrollingFrame, it does not update its appearance.
Reproduction Steps
Create a new Roblox Studio project.
Insert ScreenGui into the StarterGui class.
Insert a ScrollingFrame underneath ScreenGui.
Insert a Frame inside the ScrollingFrame.
Apply a UICorner instance to the Frame.
Adjust the Corner Radius property of the UICorner to a non-zero value.
Preview the game or test the UI within Roblox Studio.
Expected behavior
The ScrollingFrame should have rounded corners based on the corner radius specified in the UICorner object.
Actual Behavior
The ScrollingFrame does not update visually with rounded corners. It appears as if the UICorner has no effect on the ScrollingFrame.
Issue Area: Studio Issue Type: Display Impact: Medium Frequency: Constantly Date First Experienced: 2023-06-12 00:10:00 (UTC-3) Date Last Experienced: 2023-07-09 00:57:00 (UTC-3)