Search Issue Tracker
Fixed in 2021.2.X
Votes
0
Found in
2018.4
2019.4
2019.4.16f1
2020.2
2021.1
2021.2
Issue ID
1312723
Regression
No
Scrollbar's value becomes incorrect after clicking on the edges of the Scrollbar
How to reproduce it:
1. Open the attached project ("Scrollbar Test.zip")
2. Load "SampleScene" Scene
3. In the Hierarchy view select 'Canvas' > 'Scrollbar'
4. Enter Play Mode
5. Click on start and on the end of Scrollbar in the Game view
6. Observe the Value's field in Inspector window > Scrollbar component
Expected result: When clicked on the Scrollbar's start, the Value becomes 0. When clicked on the end, the Value becomes 1
Actual result: When clicked on the Scrollbar's start, the Value becomes nearly 0. When clicked on the end, the Value becomes larger than 1
Reproducible with: 2018.4.32f1, 2019.4.20f1, 2020.2.5f1, 2021.1.0b7, 2021.2.0a5
Notes:
- Repeat 5 and 6 steps (might take from a few to 10 times to reproduce)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment