Search Issue Tracker
Fix In Review for 2020.2.X
Fixed in 2020.3.X
Votes
0
Found in
2019.4
2019.4.8f1
2020.2
Issue ID
1271674
Regression
No
[UIElements] Multiple ListView's TextField items inherit the selected TextField's text when scrolling down/up in the window
How to reproduce:
1. Open the attached "1271674_Listview.zip" project
2. Go to Window -> ListViewExampleWindow
3. Select any TextField
4. Enter "text" in the TextField's Input Field
5. Scroll down with the mouse wheel or the scrollbar in the right side of the window
6. Observe the window
Expected result: The selected TextField item with "text" text stays in the top when scrolling down
Actual result: The selected TextField item with "text" text keeps appearing in the window when scrolling down
Reproducible with: 2019.4.9f1, 2020.1.3f1, 2020.2.0a21
Could not test with: 2018.4.26f1 (UIElements not supported)
Note:
- After deselecting the TextField item and then scrolling down, it can be seen that the same text was added to multiple TextField items
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- WebGL Player with WebGPU Graphics API fails to render Scene when custom Render Feature is used
- “EndLayoutGroup” error thrown when changing Shader Precision Model settings in Build Profiles window > Player Settings Overrides
- Button hover state uses default theme color when a custom .uss is applied
- Samples Showcase script warning does not clear after enabling required settings until GameObject is reselected
- VFX Particles receive shadow artifacts when using ShaderGraph with enabled shadows and Face Camera Plane Orient mode
Add comment