Steps to reproduce:
- Create a new project using Universal 3D template
- Go to Window > Rendering > Lighting Search
- Select the "Directional Light"
- Click on "Toggle the Inspector Panel" or press F4
- In the Light Component, find the Emission foldout
- Click and hold on the "Intensity" property value and drag to increase it
- While still holding, drag the value down to "0"
- Without releasing, try dragging again to increase the value
Actual results: Once "0" value is reached the value locks and stops updating while dragging
Expected results: After hitting 0, it should still be possible to drag again in the opposite direction (while holding the mouse button) to increase the value.
Reproducible with versions: 6000.5.0a9, 6000.6.0a1
Can’t test with versions: 6000.3.11f1, 6000.4.1f1 (Lighting Search window not available)
Tested on (OS): Windows 11
Notes:
- Appears to reproduce with all slider values
- The issue happens when you wait without updatting the slider for a few ms. This triggers the "throttle code" that must trigger a refresh of the view.
- Does not reproduce in the normal Inspector for the same fields