-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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
Can't copy node path with Ctrl-Shift-C if Property selected. #62866
Labels
Milestone
Comments
I can repro this in 3.5, but not in 4.0. |
rcorre
added a commit
to rcorre/godot
that referenced
this issue
Jul 19, 2022
This causes EditorProperty nodes to intercept input events even when the Editor Properties dialog is not visible. This means that after closing the dialog, ctrl+shift+c will still copy the last selected property path. Fixes godotengine#62866.
Fixed by #63197. |
akien-mga
pushed a commit
to akien-mga/godot
that referenced
this issue
Aug 29, 2022
This causes EditorProperty nodes to intercept input events even when the Editor Properties dialog is not visible. This means that after closing the dialog, ctrl+shift+c will still copy the last selected property path. Fixes godotengine#62866. (cherry picked from commit 26223fe)
Riordan-DC
pushed a commit
to Riordan-DC/godot
that referenced
this issue
Jan 24, 2023
This causes EditorProperty nodes to intercept input events even when the Editor Properties dialog is not visible. This means that after closing the dialog, ctrl+shift+c will still copy the last selected property path. Fixes godotengine#62866.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Godot version
3.5 rc6
System information
Windows 11
Issue description
If you open Project menu and select any setting, then when you use Ctrl+Shift+C on a node, it will copy the Project setting path and not the selected Node.
Steps to reproduce
Open project
Open the "Project|Project Settings" window.
You can select any property, but just for fun, under the "Application/Config" page, select "Description"
close the Project settings window.
Select a Node and press Ctrl+Shift+C.
Now paste the path that was selected. Instead of the Node path, you will get "application/config/description".
Minimal reproduction project
TestStorage.zip
The text was updated successfully, but these errors were encountered: