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

Doing a Save operation on Floating Editor opens main editor window #78506

Closed
ultimateprogramer opened this issue Jun 21, 2023 · 4 comments
Closed

Comments

@ultimateprogramer
Copy link

Godot version

4.1.beta2

System information

Windows 11 - 4.1 beta2 - Compatibility

Issue description

When editing code on a floating Code Editor Window and hitting Ctrl + S, the focus is taken back to the main Editor Window and you have to manually focus back onto the Floating Editor Window.

Steps to reproduce

  • Open Code Editor
  • Click on "Make Floating"
  • Edit some code
  • Hit "Ctrl + S"
  • Main Editor Window will show up instead of staying on Code Editor

Minimal reproduction project

N/A

@akien-mga
Copy link
Member

CC @trollodel @KoBeWi

@KoBeWi
Copy link
Member

KoBeWi commented Jun 21, 2023

Probably caused by ProgressDialog, which returns focus to EditorNode once it disappears.

@trollodel
Copy link
Contributor

trollodel commented Jul 23, 2023

Isn't this a duplicate of #78672 now (which has more information)?

@KoBeWi
Copy link
Member

KoBeWi commented Jul 23, 2023

Yes.

@KoBeWi KoBeWi closed this as not planned Won't fix, can't repro, duplicate, stale Jul 23, 2023
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