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
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
- 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
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.