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

If the script editor is floating, auto switching to 2D view when clicking Control nodes doesn't work #80015

Closed
RobTheFiveNine opened this issue Jul 29, 2023 · 0 comments · Fixed by #80647

Comments

@RobTheFiveNine
Copy link
Contributor

Godot version

v4.1.1.stable.official [bd6af8e]

System information

Godot v4.1.1.stable - Ubuntu 23.04 23.04 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3070 Ti (nvidia; 535.54.03) - 12th Gen Intel(R) Core(TM) i9-12900F (24 Threads)

Issue description

As per the issue title - in a 3D scene which contains a Control node, clicking that node will switch to the 2D view and allow you to edit the controls visually. Likewise, clicking a node that derives from Node3D will switch back to the 3D view so you can continue to visually work with the selected nodes.

When going into the script window and clicking the button to open the script into a floating window, however, the aforementioned actions no longer work. Closing the script window so it is no longer floating will restore the functionality.

Steps to reproduce

  1. Create a 3D scene
  2. Add a Node3D
  3. Add a Control
  4. Click the Node3D node and see that the editor shows the 3D view
  5. Click the Control and see that the editor shows the 2D view
  6. Go to the Script tab and click the button to open it as a floating window
  7. Repeat steps 4 and 5 to see that either the 3D view or 2D view will remain the active view regardless of which node is selected
  8. Close the floating script window and repeat steps 4 and 5 to see they are now working again

Minimal reproduction project

N/A

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