Search Issue Tracker
Fixed in 1.0.0-preview.9
Votes
6
Found in [Package]
1.0.0-preview.8
Issue ID
1274802
Regression
No
Flickering hover state in ListView using new Input System
Description:
The ListView gives hover feedback by default. When using the new Input system, which changes the behaviour of the Event System, one can observe the issue described below.
Steps to reproduce:
1) Create a project and reference com.unity.ui@1.0.0-preview.7 and com.unity.inputsystem@1.0.0
2) Open the Sprites scene
3) Enter playmode
Observed:
As the mouse moves up and down, the hover state flickers between the actual element under the mouse and the first element
Expected:
As the mouse moves up and down, the hover state should only follow element under the mouse
Note: behaviour is correct with old input system.
Unity version: 2021.1.3f1
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
- [Linux] Players Application window does not update on move when window is changed from full-screen mode
- [Lost Crypt] Build fails in U6
- Shadows do not change in Scene when changing shadow cascade split value via script
- [Lost Crypt] Readme text is white on light grey in light mode
- Margins of TMP GameObjects become the same when both are selected
DrSeltsam
Sep 19, 2020 14:29
Just want to mention that this issue does not only happen for ListViews, instead it happens for all VisualElements, so unfortunately the whole UI is affected by this bug