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

Embed Game focus over modal popups #102239

Open
Hilderin opened this issue Jan 31, 2025 · 2 comments · May be fixed by #102247
Open

Embed Game focus over modal popups #102239

Hilderin opened this issue Jan 31, 2025 · 2 comments · May be fixed by #102247

Comments

@Hilderin
Copy link
Contributor

Tested versions

  • Reproductible in 4.4 beta 2 and master

System information

Godot v4.4.beta2 - Windows 11 (build 26100) - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3060 (NVIDIA; 32.0.15.6636) - 11th Gen Intel(R) Core(TM) i5-11600KF @ 3.90GHz (12 threads)

Issue description

The embedding is enabled in the editor and the game is running. If a modal popup is visible and the use click on the game window, the game window appears in front of the modal popup. If this popup is small enough, it disappears and the editor is not available (ex: stop button).

Godot_v4.4-beta2_win64_pGbXgKnFM3.mp4

Steps to reproduce

  • Enable Embed Game and disable Make Floating
  • Run the game
  • While inside the Game tab, display a modal popup (ex: Settings, Create node, etc...)
  • Click the game window

Minimal reproduction project (MRP)

n/a

@Hilderin Hilderin added this to the 4.4 milestone Jan 31, 2025
@Hilderin Hilderin self-assigned this Jan 31, 2025
@Giganzo
Copy link
Contributor

Giganzo commented Jan 31, 2025

Is this issue the same where it overlaps it's own menu when window is moved or should it be reported as a separate one?

Screencast_20250131_155440.webm

@Hilderin
Copy link
Contributor Author

Hilderin commented Jan 31, 2025

This is a separate issue worth reporting. The issue you are facing is caused by the fact that on x11, the move method does not allow to move the window outside the screen area. There's probably a issue when calculating the screen area. Be sure to include your Linux version and a screenshot/video of your full desktop to help debug. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Release Blocker
Development

Successfully merging a pull request may close this issue.

2 participants