Search Issue Tracker
By Design
Votes
1
Found in
2019.3.13f1
2019.4
2020.1
2020.2
Issue ID
1251585
Regression
No
ListView in a Modal Window does not repaint when mousing over list's items
How to reproduce:
1. Open the attached 'project-1251585.zip' project
2. In the Editor select 'ModalWindowBug' > 'Show'
3. Move mouse over items in the ListView
Expected result: items are highlighted when the mouse is over them
Actual result: items are not highlighted when the mouse is over them
Reproducible with: 2019.4.0f1, 2020.1.0b11, 2020.2.0a13
Could not test with: 2018.4.23f1 (UIElements introduced in the 2019.1 stream)
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
Automatic repainting is not supported on the modal windows. Users will need to explicitly make a call to repaint in the OnGUI to address this.