Spotlight position text fields are un-editable?

  1. https://sandbox.babylonjs.com/
  2. Load any model.
  3. Display Inspector.
  4. Scene Explorer > Nodes > right click > Add new point light.
  5. Enable position mode > Move the light on Y axis to about 0.56 (or any position with a few decimal places).
  6. Inspector > Properties > Setup > Position > click the + button > double-click any of the three fields.
  7. Type a number.

Result: the typed value is quickly discarded.
Desired: my typed value should supersede the existing value.

  1. Disable position mode > bug still occurs.

Thanks!

Definitely an issue :slight_smile:
Thanks for pointing it out

Adding @trevordev

@echadwick-artist Thanks for reporting this. This PR should fix it: support inspector moving light while gizmo is active by TrevorDev · Pull Request #6260 · BabylonJS/Babylon.js · GitHub

1 Like