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
Comments (1)
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
- An error is thrown when one TreeView root element is dragged and held over a parent element but is dropped between the elements
- Text Object position shifts when selecting multiple Text Objects and expanding the Extra Settings in the Inspector
- Keywords on Material Variants aren't automatically saved when changed on original Material through Shader Graph
- Light Probes get baked when calling LightProbes.Tetrahedralize
- Shadows flicker and cause visual artifacts when modifying a GameObject's bounds using Swizzle (Y Mask) and Sine Time nodes
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