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
- Play Mode Status window has a horizontal scrollbar active at all times even when not needed or the window is fullscreen
- Unnecessary scrollbar appears in Prefab Override section
- Text render issues and various exceptions in TextCore when using TextSettings option "Match Material Presets"
- NullReferenceException error is thrown when unpacking multiple instances of the same UI Document
- URP Decal Projectors don't render when they are hidden in the Hierarchy, unlike other GameObjects
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.