Search Issue Tracker
Not Reproducible
Votes
0
Found in
2019.4
2019.4.33f1
2020.3
2021.2
2022.1
Issue ID
1384252
Regression
No
The first element of a Reorderable List/Array is not editable when created for the first time
How to reproduce:
1. Open the user-submitted project
2. Open the scene "SampleScene" (Assets/Scenes/SampleScene.unity)
3. In the Hierarchy window, select "GameObject (1)"
4. In the Inspector window, collapse the Transform component
5. Create a new GameObject (GameObject > Create Empty)
6. Add the script "TestScriptWithStringsArray" to the newly created GameObject (Assets/Scripts/TestScriptWithStringsArray.cs)
7. In the Inspector, under the added script, press the "Add to List" button and select the text field of "Element 0"
8. In the text field, type "qwerty"
Expected result: The letters are typed inside the text field
Actual result: The letters are not typed inside the text field
Reproducible with: 2019.4.34f1, 2020.3.25f1, 2021.2.7f1, 2022.1.0b2
Note: Reproducible with data types that are entered with a keyboard - float, integer, double, short, string, char etc
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on PluginManager::RefreshPlugins when closing the Editor without making any changes with JetBrains Rider selected as the External Code Editor and Google Mobile Ads third-party plugin imported
- GetMainLight() returns incorrect distanceAttenuation value for a Custom Shader when URP Forward+ Rendering Path is used
- Standalone Profiler crash on GuidReservations::Reserve when it is opened on a specific project
- m_RenderPipelineGlobalSettingsMap or m_SRPDefaultSettings is pointing to UnityEngine.Rendering.HighDefinition.HDRenderPipeline when High Definition RP package is removed
- Rendering Debugger fields have no padding at the bottom of the fields list
Add comment