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

InputEventKey not reaching focused Control when embedding Windows inside SubViewports #79235

Closed
Sauermann opened this issue Jul 9, 2023 · 0 comments · Fixed by #79248
Closed

Comments

@Sauermann
Copy link
Contributor

Sauermann commented Jul 9, 2023

Godot version

v4.2.dev.custom_build [c3b0a92]

System information

Debian Linux X11 Xfce

Issue description

In the following scene tree it is not possible to write anything in LineEditB.
image

I would expect, that it is possible to focus LineEditB with a mouse click and write into it.

Regression from #58334

Steps to reproduce

  1. Load and run MRP
  2. Mouse Click into the left LineEditB
  3. Type Keyboard => No letters appear in the LineEditB

Variant:

  1. Load and run MRP
  2. Mouse Click into the right LineEditA
  3. Mouse Click into the left LineEditB
  4. Type Keyboard => Letters appear in LineEditA instead of LineEditB

Minimal reproduction project

BugKeyInputRouting.zip

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.

1 participant