Reproduction Steps
System Information
- OS: Windows 10 Home
- CPU: Intel(R) Core™ i7-9700K CPU @ 3.60GHz
- GPU: NVIDIA GeForce GTX 1050 Ti
- Memory: 16.0GB
Reproduction File
- AutomaticSize UISizeConstraint Bug.rbxl (24.2 KB)
Expected Behavior
AutomaticSize should clamp the size after calculating it if a UISizeConstraint is found present under the GuiObject.
Actual Behavior
AutomaticSize completely ignores any UISizeConstraint.
For example, if the AutomaticSize property of a Frame is set to Y then the size should be 200x200.
The problem is if I have a UISizeConstraint under the Frame with AutomaticSize enabled, it won’t clamp it down to 100x100.
Issue Area: Engine
Issue Type: Display
Impact: Moderate
Frequency: Constantly