Search Issue Tracker
Not Reproducible
Votes
1
Found in
4.6.0b17
Issue ID
627732
Regression
No
In UI Slider when you have value set to 0, there is still some filled area left
To reproduce this bug:
1. Create a new project
2. Create UI->Slider
3. Remove Handle Slider Area ( Canvas-> Slider-> Handle Slider Area)
4. Change Slider's value to 0
5. Notice there is still some filled area left even though the value is 0
Expected: there should not be any filled area left when the value is 0
Comments (3)
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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
cicmanma_unity
Mar 15, 2020 13:13
Ecke's answer still working in 2019.3.2f1!
Thank you man. As unbelievable as it sounds, it actually works.
brunopava
Jun 09, 2015 19:04
You can adjust the Rect Transform left/right top/bottom properties of the "Fill" object.
As for the Handler, you can simply deactivate it on hierarchy.
Ecke
Aug 23, 2014 13:24
Open the child object "Fill Area" and also its child "Fill" and set the "Width" of the "Fill" gameobject to 0. (default 10), then there will be no filled area left.