Search Issue Tracker
Not Reproducible
Votes
3
Found in
2017.3.0p1
2017.3.0b5
Issue ID
986345
Regression
Yes
RectTransform Left and Right values change upon applying the prefab that also contains a TextMeshPro component
How to reproduce:
1. Open given Unity project
2. Open "Scene" scene
3. In Hierarchy window expand Canvas -> Menu -> Container
4. Select "Edit this one" game object
5. Change Left and Right values in its Rect Transform component to the value 0
6. Click apply
Expected result: Entered values should be saved
Actual result: Entered values disappeared and random ones are set
Regression first introduced in: 2017.3.0b5
Reproducible with: 2018.2.0a1, 2018.1.0b2, 2017.3.0p2, 2017.3.0b5
Not reproducible with: 2017.2.1p2, 2017.1.3f1, 5.6.4p4, 5.5.6f1
Comments (3)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
MartinIsla
Apr 24, 2018 14:27
Reproduced in 2017.4.1f1
benperry
Feb 01, 2018 12:25
I was a bit worried when this was marked as "Not Reproducible" but it seems to be fixed in Unity 2018.1.0b5 :)
benperry
Jan 15, 2018 10:43
I'm guessing the following bug fix introduced this bug:
https://issuetracker.unity3d.com/issues/ui-image-position-doesnt-updated-in-editor-if-the-object-is-not-active-while-using-pointereventdata-eventdata
This fix was put in 2017.3.0b5, when this regression was first introduced.