-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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
Editor viewport hotkeys don't work when property inspector has focus #95607
Comments
I'd say this is desired, I wouldn't want or expect the viewport to update when focused in the inspector, I'd consider that a bug rather |
@AThousandShips can't agree, you have to basically click the viewport to be able to change angles for example, that quickly becomes counterproductive when you just want to update inspector values like position using the mouse or a specific typed in value, let's say, to try and center a On top of that, since the auto focus isn't working on 4.3, clicking on the Not only that has been a thing through all past Godot releases, but I can also take Blender as example here, the hotkeys available are the ones available for the panel your mouse is over |
Since it changed between 4.2 and 4.3 it'd be important to identify when it was changed, will try identify it, and from there there would be two paths:
Will respond when I've found when this was changed |
@wagnerfs Can you try following the same steps on 4.3 dev/beta/RCs to determine when the regression started? You can download them here. |
@Calinou just tested, RC1 was the one that broke it, Dev6 was working fine. |
Bisecting points to #93165 as the culprit: IMO this is not a big problem because you just need to do a left mouse click on the view area to make works again (u already had to move the mouse to the view area anyways) |
@matheusmdx if you talk only about the focus then absolutely, only a click away, productivity wise it's a mess, I've explained it here though: #95607 (comment) |
I got a bit of time to check that PR and indeed, that was the issue, I managed to get it fixed by instead of having godot.windows.editor.x86_64_2024-09-05_05-16-01.mp4I'll probably get a PR with the fix ready when I get some free time. |
Tested versions
System information
Windows 10 - Godot 4.3.stable - Vulkan (Forward+)
Issue description
None of the viewport hotkeys (like Numpad_1, Numpad_3, F) work when anything on the property inspector has focus.
The issue seems to be related viewport not gaining focus once the mouse has left the inspector panel towards the viewport, on 4.2 the view would automatically gain focus as soon as the mouse is over it
Steps to reproduce
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: