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

Can't copy node path with Ctrl-Shift-C if Property selected. #62866

Closed
ondesic opened this issue Jul 9, 2022 · 3 comments · Fixed by #63197
Closed

Can't copy node path with Ctrl-Shift-C if Property selected. #62866

ondesic opened this issue Jul 9, 2022 · 3 comments · Fixed by #63197

Comments

@ondesic
Copy link

ondesic commented Jul 9, 2022

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

@Calinou
Copy link
Member

Calinou commented Jul 18, 2022

This may be a regression from #39404. cc @rcorre

@rcorre
Copy link
Contributor

rcorre commented Jul 19, 2022

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.
@YeldhamDev YeldhamDev added this to the 3.x milestone Jul 19, 2022
@YeldhamDev YeldhamDev linked a pull request Jul 19, 2022 that will close this issue
@akien-mga
Copy link
Member

Fixed by #63197.

@akien-mga akien-mga modified the milestones: 3.x, 3.6 Aug 8, 2022
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants