Search Issue Tracker
Fixed
Fixed in 2022.3.31f1, 6000.0.4f1
Votes
0
Found in
2022.3.29f1
6000.0.3f1
Issue ID
UUM-54752
Regression
Yes
Undoing minmax slider changes both min and max values
*Steps to reproduce:*
1. Open the attached project _MinMaxSliderUndoTest_
2. Click _MinMaxSliderUndoTest->Open window_ if _TestWindow_ is not already open
3. Drag the min value handle of the MinMaxSlider in the window to change the value
4. Drag the max value handle of the MinMaxSlider in the window to change the value
5. Undo by pressing cmd+z/ctrl+z or clicking _Edit->Undo Modified Test Vector in Test Object_
*Actual results:* Both the value changes in step 3 and 4 are undone as one.
*Expected results:* Only the value change in step 4 is undone and one more undo would be required to undo the value change in step 3 and get back to the initial state
*Reproducible with versions:* 2022.3.29f1, 6000.0.3f1
*Not reproducible with versions:* 2021.3.39f1
*Can’t test with versions:* None
*Tested on (OS):* macOS Sonoma 14.4.1
*Notes:*
* Dragging the entire bar (i.e. changing both min and max values together) seems to be working as correctly with undo
* This issue was originally discovered in the editor window for the {{AudioRandomContainer}} asset, repro steps:
** Click _Assets->Create->Audio->AudioRandomContainer_ to create an {{AudioRandomContainer}} asset
** Click on the randomizer toggle (dice icon button) of the volume property to enable randomization of it
** Drag the left handle of the randomization slider setting min to any value below 0
** Drag the right handle of the randomization slider setting max to any value above 0
** Undo
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
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Resolution Note (fix version 6000.0.4f1):
Fixed the control's redo/undo in the editor.
Resolution Note (fix version 2022.3.31f1):
Fixed the control's redo/undo in the editor.