Search Issue Tracker
Fixed
Fixed in 6000.0.1f1
Votes
0
Found in
2023.2.17f1
6000.0.0b14
Issue ID
UUM-68280
Regression
Yes
Incorrect ScrollToItem behavior when called on a deattached ListView
Reproduction steps:
1. Open the attached “repro_IN-72339“ project
2. Open the “/Assets/SampleScene.unity“
3. Enter the Play Mode
4. Click the “Toggle List Visibility“ button
5. Scroll down to the bottom of the list
6. Click the “Toggle List Visibility“ button to hide the list view
7. Click the “Toggle List Visibility“ button to reopen the list view
8. Slowly scroll up with your mouse wheel
Expected result: The list view scrolls up normally
Actual result: The list view jumps to the very top
Reproducible with: 2023.2.0b3, 2023.2.17f1, 6000.0.0b14
Not reproducible with: 2021.3.37f1, 2022.3.23f1, 2023.2.0b2
Reproducible on: Windows 11 (10.0.22631) (user’s), Windows 10 (22H2)
Not reproducible on: No other environments tested
Notes:
* Reproducible in Player
* On 2021.3.37f1 and 2022.3.23f1, on step 8, if scrolling with a mouse wheel, on the first scroll-frame the list view disappears, but reappears on the next scroll-frame
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
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
- Overlay Canvas are rendered on each split-screen camera when HDR is enabled
- [Android] The Player loses focus when using UnityEngine.Handheld.StartActivityIndicator() with Facebook SDK
- Build fails with "Building Library/Bee/artifacts/MacStandalonePlayerBuildProgram/gahcy/hj9mx3z/951.0 failed with output:..." errors when Scripting Backend is set to IL2CPP
Resolution Note (fix version 6000.0.1f1):
Properly applied the ScrollToItem behaviour after the detach happens.