Can't set values for all the parameters by double-clicking (Bug)

Isaac Sim Version

5.0.0
4.5.0
4.2.0
4.1.0
4.0.0
4.5.0
2023.1.1
2023.1.0-hotfix.1
Other (please specify):

Operating System

Ubuntu 22.04
Ubuntu 20.04
Windows 11
Windows 10
Other (please specify):

GPU Information

  • Model: RTX 3090
  • Driver Version: 570.169

Topic Description

Detailed Description

Can’t set all the parameters’ values by double-clicking in Isaac Sim 5.0.0.

Steps to Reproduce

  1. Just create something in the stage and double-click the parameters to set them.

  2. After some time and several attempts to double-click the setting value, you’ll find that you can no longer set the variable value by double-clicking.

Screenshots or Videos

In the video, my cursor is hovering over the variable, but nothing happens when I double-click.

@xinyangcarlu.li as another user, Ctrl + LMB click is a surefire way to enter a value into a field. i’ve ran into this issue as well on and off and even though one extra click is not as convenient, it’s a ways to ensure it consistently allows me to enter new values.

unless this is a new bug that prevents you from clicking into the field altogether, then it’d certainly be something to elevate up to the devs.

We appreciate you bringing this to our attention. This issue may be related to the problems discussed in the following threads:

We will provide an update as soon as more information becomes available. Thank you for your patience.

It works with Ctrl + LMB click. Thank you.

You can try setting
runLoops.main.manualModeEnabled = false
in the apps/isaacsim.exp.full.kit Kit experience file as a temporary workaround.

This setting ensures that UI field interactions (like double-click edits) run in the normal update loop rather than manual mode, which can restore expected behavior in some cases. Please let us know if this resolves the issue on your end.

The fix for this double‑click issue is included in Isaac Sim 6.0 OSS. Please try upgrading to 6.0 and let us know if you still see the problem there.