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
- “ArgumentNullException: Value cannot be null.” errors are thrown when hovering over Shader Graphs Blackboard values
- AudioListener.pause is ignored when a new Scene is loaded
- [Linux][GNOME][X11] Pop-up menus close immediately when "Input Source Switching" is set to per-window
- The Scrollbar becomes unusable when adding Elements to the List
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
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.