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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
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.