Search Issue Tracker
Fixed
Fixed in 2023.2.12f1, 2023.3.0b8
Votes
0
Found in
2023.2.2f1
2023.3.0a17
Issue ID
UUM-57188
Regression
Yes
Slider with randomization on gets pushed out of the window
If you set randomization so that it covers the whole slider, the UI will be pushed outside of the window when making it smaller
Repro
- Toggle volume randomization on
- Set min to -80
- Drag the side of the window to make it smaller
Expected: The volume slider adapts to the window size
Actual: The volume slider keeps it's size so that the volume input field gets pushed outside of the window
Note
If you do this with pitch, set pitch to 2 with min -1200 and max 1200 and you get an error. The error also appears when you set audio clips count to 50 and maximizing then minimizing the window.
Stack trace
{code:java}
Layout update is struggling to process current layout (consider simplifying to avoid recursive layout): EditorPanelRootElement unity-panel-container149 (x:0.00, y:0.00, width:570.50, height:541.00) world rect: (x:0.00, y:0.00, width:570.50, height:541.00)
UnityEngine.Debug:ExtractStackTraceNoAlloc (byte*,int,string)
UnityEngine.StackTraceUtility:ExtractStackTrace () (at /Users/kristinnbragi/gitrepo/23.2/Runtime/Export/Scripting/StackTrace.cs:37)
UnityEngine.DebugLogHandler:Internal_Log (UnityEngine.LogType,UnityEngine.LogOption,string,UnityEngine.Object)
UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[])
UnityEngine.Logger:Log (UnityEngine.LogType,object)
UnityEngine.Debug:LogError (object)
UnityEngine.UIElements.UIRLayoutUpdater:Update () (at /Users/kristinnbragi/gitrepo/23.2/Modules/UIElements/Core/Renderer/UIRLayoutUpdater.cs:177)
UnityEngine.UIElements.VisualTreeUpdater:UpdateVisualTreePhase (UnityEngine.UIElements.VisualTreeUpdatePhase) (at /Users/kristinnbragi/gitrepo/23.2/Modules/UIElements/Core/VisualTreeUpdater.cs:114)
UnityEngine.UIElements.Panel:UpdateForRepaint () (at /Users/kristinnbragi/gitrepo/23.2/Modules/UIElements/Core/Panel.cs:1186)
UnityEngine.UIElements.Panel:Repaint (UnityEngine.Event) (at /Users/kristinnbragi/gitrepo/23.2/Modules/UIElements/Core/Panel.cs:1252)
UnityEngine.UIElements.UIElementsUtility:DoDispatch (UnityEngine.UIElements.BaseVisualElementPanel) (at /Users/kristinnbragi/gitrepo/23.2/Modules/UIElements/Core/UIElementsUtility.cs:475)
UnityEngine.UIElements.UIElementsUtility:UnityEngine.UIElements.IUIElementsUtility.ProcessEvent (int,intptr,bool&) (at /Users/kristinnbragi/gitrepo/23.2/Modules/UIElements/Core/UIElementsUtility.cs:225)
UnityEngine.UIElements.UIEventRegistration:ProcessEvent (int,intptr) (at /Users/kristinnbragi/gitrepo/23.2/Modules/UIElements/Core/UIElementsUtility.cs:74)
UnityEngine.UIElements.UIEventRegistration/<>c:<.cctor>b__1_2 (int,intptr) (at /Users/kristinnbragi/gitrepo/23.2/Modules/UIElements/Core/UIElementsUtility.cs:28)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) (at /Users/kristinnbragi/gitrepo/23.2/Modules/IMGUI/GUIUtility.cs:206) {code}
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
- "IndexOutOfRangeException" thrown when moving caret left at start of TMP Input Field with rich text
- UIElements memory allocations grow when interacting with IMGUI custom Editor window
- AI Navigation Preferences are not indexed for Search and cannot be found when searching for them in the Preferences Search field
- Sprite with normal map is lit incorrectly when GameObject is rotated 180 degrees on Y axis or Z Scale is set to "-1"
- SpeedTree does not move when using WindZone while having Vulkan or OpenGLES3 as an active Graphics API
Resolution Note (fix version 2023.3.0b8):
Fixed an issue in the audio random container where the sliders in some cases would push the textfield out of the window when randomisation is enabled.
Resolution Note (fix version 2023.2.12f1):
Fixed an issue in the audio random container where the sliders in some cases would push the textfield out of the window when randomisation is enabled.