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

Fix EditorSpinSlider blocking viewport from getting focus #96786

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

passivestar
Copy link
Contributor

@passivestar passivestar commented Sep 10, 2024

Reverts a part of #93165 to fix #95607 without reintroducing #88102. Supersedes #96660.

Making spin slider a text field was a mistake on our part because it technically isn't one, it has one that appears when it's being edited, which in turn does all focus blocking just fine on its own. This PR instead checks for range in the scene tree dock specifically for the rename shortcut to solve the Enter conflict on macOS

@passivestar passivestar requested review from a team as code owners September 10, 2024 10:52
@AThousandShips AThousandShips added bug topic:editor topic:gui regression cherrypick:4.3 Considered for cherry-picking into a future 4.3.x release labels Sep 10, 2024
@AThousandShips AThousandShips added this to the 4.4 milestone Sep 10, 2024
@Repiteo Repiteo merged commit cf313e4 into godotengine:master Oct 25, 2024
20 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Oct 25, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug cherrypick:4.3 Considered for cherry-picking into a future 4.3.x release regression topic:editor topic:gui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Editor viewport hotkeys don't work when property inspector has focus
4 participants