Restore focus events between main and floating windows - #1112
Restore focus events between main and floating windows#1112wieslawsoltes wants to merge 3 commits into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 225ebf169b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f1f60dda4d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Summary
FocusedDockableChangedfor the real cross-root transition even when the root's stored focused reference is unchangedTesting
dotnet test tests/Dock.Model.Mvvm.UnitTests/Dock.Model.Mvvm.UnitTests.csproj --no-restoredotnet test tests/Dock.Model.Mvvm.UnitTests/Dock.Model.Mvvm.UnitTests.csproj --filter "FullyQualifiedName~SetFocusedDockable_Raises_Events_When_Focus_Returns" --no-restoredotnet build src/Dock.Model/Dock.Model.csproj -c Release --no-restoregit diff --checkFixes #1095