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
- ListView fails to display items when the source list is cleared and a single element is added
- UI Toolkit ':hover' state remains active when another panel is drawn over the hovered element and Touch input is used
- Unsupported Orient modes can be selected and throw errors when using Strip VFX
- "Tab" key exits the name text field in the VFX Graph tab when renaming the Property
- Shader warnings are thrown when deleting blocks in the Ribbon VFX Graph
Add comment