Steps to reproduce:
- Download and open the attached project 'Simple slider project.zip'.
- Open the 'My Custom Editor' window (Window > My Custom Editor).
- Press the 'tab' key to make the slider highlighted.
- Press the right arrow key to change the value of the slider.
Actual results: The system plays an alert sound effect when changing the slider value with the arrow keys.
Expected results: No sound is played when changing the slider value with the arrow keys.
Another reproduction case (requires numpad):
- Download and add the attached script 'ToggleButtonAndRadioButtons.cs'.
- Open the 'Toggle, Button, and Radio Buttons' window (Window > Toggle, Button, and Radio Buttons).
- Tab through the UI elements and press numpad enter key on them.
Reproducible with versions:
6000.0.5f1
2022.3.31f1
2022.2.0f1
Not reproducible with versions:
2022.1.0f1
2021.3.39f1
Tested on (OS): MacOS (M1) 14.4.1
Notes:
- Not reproducible on Windows.
- This impacts accessibility.
- While functionally this method works, it is frustrating to hear this sound every time you modify the slider without a mouse.
- Other UI elements that were not tested may also be affected.
- Does not reproduce with game UI when entering play mode, i.e. only in editor windows.