Search Issue Tracker
Won't Fix
Unknown (hidden) 2021.3.X, 2022.1.X
Votes
0
Found in
2021.3.6f1
2022.1.9f1
Issue ID
UUM-11518
Regression
No
The scrollbars are moving as one when scrolling one of the scrollbars in the Array of Text Fields
How to reproduce:
1. Open the attached project “Scrollbar”
2. Open the “Intro Level” scene
3. Select the “Dialogue Manager” GameObject
4. Expand the Choice Results Array on the “Dialogue Manager (Script)” Component in the Inspector tab
5. Scroll the Text Field of one of the Array’s object
Expected result: Only one selected Text Field is scrolled
Actual result: All the scrollbars in the Array are moving
Reproduced with: 2021.3.6f1, 2022.1.9f1
Not reproduced with: 2022.2.0a16, 2022.2.0b1, 2023.1.0a3
Could not test with: 2020.3.36f1, 2022.2.0a1, 2022.2.0a15 (Script can’t be loaded)
Reproduced on: Windows 11 Pro
Workaround: Make the Inspector tab wider or detach it
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
We are moving towards using UITK for all the editor's inspectors which also includes this use case hence why it was not being able to reproduce on newer versions (2022.1 onward). The solution would be bumped the version to 2022 and make sure that the "Use IMGUI Default Inspector" (Edit > Project Settings > Editor) is turned off.