Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pressing Return after changing value in the Inspector causes a node to enter Rename mode. macOS #71724

Closed
Paladin-Caffeine opened this issue Jan 20, 2023 · 4 comments

Comments

@Paladin-Caffeine
Copy link

Godot version

4.0 beta 12 and 13

System information

macOS 13 Ventura, Macbook Pro 2019, 16-inch

Issue description

When I press the return key after making changes in the Inspector panel, it causes the current note in the Scene tree to enter Rename mode.

Steps to reproduce

Select the node and in the Inspector panel change any value, such as scale or size, and press return.

Minimal reproduction project

N/A

@akien-mga akien-mga changed the title Pressing Return after changing value in the Inspector causes a note to enter Rename mode. macOS Pressing Return after changing value in the Inspector causes a node to enter Rename mode. macOS Jan 20, 2023
@akien-mga
Copy link
Member

I can't seem to reproduce the issue on Linux, might be macOS specific. CC @bruvzg

@Sauermann
Copy link
Contributor

Sauermann commented Jan 20, 2023

Duplicates: #71605 #69160
Partial duplicate: #70673
For Linux the problematic behavior was a bit different and got fixed in #69234

@n3rdw1z4rd
Copy link
Contributor

I am still experiencing this in Godot 4.0.2.stable (official) on a 2023 MacBook Pro (M2) with Ventura 13.3.1

When I update a value in the Inspector and press enter it works, but, while that same value is still "highlighted", if I press enter to change the value again, both the Inspector value AND the selected node in the Scene Tree are both put into edit mode, but only the Scene Tree node name changes. Here are more explicit steps:

  1. Select a node from the Scene Tree
  2. Using the mouse, select an Inspector value and using the keyboard, change the value and press Enter.
  3. Press enter again, while the Inspector value is still highlighted (still has a blue border).
  4. Observe that both the Scene Tree node name and the Inspector value are now focused and editable.
  5. Typing anything will update the Scene Tree node name only instead of the Inspector value

@Sauermann
Copy link
Contributor

@JohnCWakley since this was closed as a duplicate, it is very likely, that your comment will be forgotten. May I suggest, that you create a new issue for the problem, that you have identified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants