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

In 4.0 it is not possible to edit nodes such as FileDialog or AcceptDialog in the editor #68577

Closed
marzecdawid opened this issue Nov 12, 2022 · 4 comments

Comments

@marzecdawid
Copy link
Contributor

Godot version

4.0.beta4

System information

Windows 10 21H2, Vulkan, AMD Radeon RX 6750 XT (31.0.12029.1042)

Issue description

In Godot 4.0 you can no longer edit nodes in the Viewport category in the editor, it was previosly possible in the 3.5.1

Video showing the problem

Steps to reproduce

  1. Add any node under Viewport category
  2. Change the visibility of the node so it is visible in the editor
  3. Try to grap the node or change its size in the editor.

Minimal reproduction project

No response

@adamscott
Copy link
Member

adamscott commented Nov 12, 2022

Please upload directly your video in the issue itself. (you can drag the video file in the markdown editor of the issue)
This prevents link rot.

@marzecdawid
Copy link
Contributor Author

@adamscott The video was to large in size for that.

@KoBeWi
Copy link
Member

KoBeWi commented Nov 12, 2022

Well the "bug" is pretty obvious. These nodes are no longer Controls and they don't have editor implemented. So we either need to write a new editor for Window-based nodes or somehow adapt CanvasItem editor to support them.

Pretty sure this was already reported somewhere, but I can't find it >_>

@Rindbee
Copy link
Contributor

Rindbee commented Nov 13, 2022

Duplicate of #56872.

@marzecdawid marzecdawid closed this as not planned Won't fix, can't repro, duplicate, stale Nov 13, 2022
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

5 participants