Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.45f1
2022.3.53f1
6000.0.29f1
6000.1.0a6
Issue ID
UUM-89072
Regression
No
Slider can be moved by clicking anywhere in the container when Slider is added to the Slider Group
How to reproduce:
1. Open the attached project "ReproductionSlider"
2. Open the "SampleScene" scene
3. Enter the Play Mode
4. Click below the "SFX Volume" slider and drag it
Expected results: The slider can't be dragged
Actual results: The slider can be dragged
Reproducible with: 2021.3.45f1, 2022.3.53f1, 6000.0.29f1, 6000.1.0a6
Reproducible on: Windows 11 (ARM)
Not reproducible on: No other environment tested
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
The container of the slider will accept drag as a valid input to drive the value of the slider, to allow people to drag outside the knob. This container is set to grow to take all the available space by default. The repro project increases the size of that container, making it possible to drag in a larger area than usual, but users can change the styling of the #unity-drag-container to restyle and reposition that container as they see fit to their project.