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
- Build fails when building a project containing an 18+ dimension array with IL2CPP
- [Android][Sentis] Human poses are not detected when using the BlazePose model
- Sprite Editor Outline Tool Overlay is not displayed when no Sprite is selected
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
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.