BorderMode Marked as Overridden but has Effect on Display

Reproduction Steps
BorderMode Bug.rbxl (39.5 KB)

  • Create a Frame
  • Set BorderMode to Inset
  • Add a UIStroke and UICorner to it

Occurs both in Studio and on Client.

Expected Behavior
I expect UIStroke/UICorner to override the BorderMode and a border to appear around the frame.

Actual Behavior
bug

With BorderMode Inset and Middle a transparent gap is created between the border and background.

borderbug

BorderMode is greyed out as “overridden” making it a hassle to fix.

Workaround
Unparent the UI constraints from the Frame, set BorderMode to Outline and then reparent the UI constraints to the Frame.

Issue Area: Engine
Issue Type: Display
Impact: Moderate
Frequency: Constantly
Date First Experienced: 2022-01-24 14:01:00 (+00:00)
Date Last Experienced: 2022-01-24 00:01:00 (+00:00)

3 Likes

Thanks for the report! I have filed an internal ticket.

1 Like