agent_ui: Fix message editor stealing focus from other panels#47321
Merged
Veykril merged 2 commits intozed-industries:mainfrom Jan 22, 2026
Merged
agent_ui: Fix message editor stealing focus from other panels#47321Veykril merged 2 commits intozed-industries:mainfrom
Veykril merged 2 commits intozed-industries:mainfrom
Conversation
Contributor
Contributor
Author
|
@marcocondrache Thank you for pointing that out. I'll check that out. |
Contributor
Author
|
@marcocondrache Thank you again for your note. It is now resolved also. |
Member
|
Did you test that opening a new agent thread will autofocus the editor with this change still? That was t he reason we reverted that other PR and I don't think this doesn't suffer from the same issue? |
Contributor
Author
|
@Veykril Yes, I specifically tested that. I had the same issue before my second commit, but it's working fine now. |
Member
|
Okay thanks for confirming |
Member
And yea, that was my main pain point as well :) Thanks for looking into this! |
Veykril
approved these changes
Jan 22, 2026
zcg
pushed a commit
to zcg/zedpro
that referenced
this pull request
Jan 29, 2026
…dustries#47321) Closes zed-industries#41278, zed-industries#45576, zed-industries#46513 Release Notes: - Fixed message editor stealing focus (so the "Open Recent Project" modal stays open) This issue has been driving me insane haha. _Note: This is my first code contribution to this project. Please be kind and let me know if I have missed something. I tested this fix on my machine and it works. Tests are passing on my device. I have agreed to the Zed Contributor License and Feedback Agreement with my Zed Account that's linked to the same email as this GitHub account._
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #41278, Closes #45576, Closes #46513
Release Notes:
This issue has been driving me insane haha.
Note: This is my first code contribution to this project. Please be kind and let me know if I have missed something. I tested this fix on my machine and it works. Tests are passing on my device. I have agreed to the Zed Contributor License and Feedback Agreement with my Zed Account that's linked to the same email as this GitHub account.