Unity Issue Tracker - The absolute position element is altered when the root element is altered
Closed
UUM-34402
The absolute position element is altered when the root element is altered
Unity: UI Toolkit Framework
Won't Fix
2023.3.X
2023.2.X
2023.1.X
2022.3.X
2022.2.X
2021.3.X
2020.3.X
Cannot Reproduce
6.0.X
The reproduction steps are not valid when tested in unity 6000: a refactor probably solved this issue.
No work is currently planned for bringing back the fix to earlier version.
Reproduction steps:
1. Open the attached “ui_toolkit_height_bug” project
2. Open the “Assets/test.uxml” with UIBuilder
3. Select test.uxml > change_my_width element in the Hierarchy tab
4. In the Inspector tab, change the Size > Width > Size property to 50px
Expected result: Only the “change_my_width” element height changes
Actual result: “my_height_will_change” element’s height changes as well