[PR #1057] [MERGED] fix: avoid rdphost losing focus #2880

Closed
opened 2026-03-01 17:23:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/1Remote/1Remote/pull/1057
Author: @itagagaki
Created: 1/18/2026
Status: Merged
Merged: 1/22/2026
Merged by: @VShawn

Base: mainHead: fix-issue-where-rdphost-lost-focus


📝 Commits (2)

📊 Changes

1 file changed (+33 additions, -21 deletions)

View changed files

📝 Ui/View/Host/TabWindowView.xaml_timer.cs (+33 -21)

📄 Description

This resolves #1052

Ensured that FocusOnMe() is called in RunForIntegrate(), even if ProtocolHostType is not "Integrate."

Although it may not align with the purpose for which the "RunForIntegrate" method was created, I believe we still need to give the window focus here even though if it's not an "Integrate."


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/1Remote/1Remote/pull/1057 **Author:** [@itagagaki](https://github.com/itagagaki) **Created:** 1/18/2026 **Status:** ✅ Merged **Merged:** 1/22/2026 **Merged by:** [@VShawn](https://github.com/VShawn) **Base:** `main` ← **Head:** `fix-issue-where-rdphost-lost-focus` --- ### 📝 Commits (2) - [`3aaa5dd`](https://github.com/1Remote/1Remote/commit/3aaa5dda72c7678c2649810d4226bb7b3917ee84) fix: avoid rdphost losing focus - [`1fe2caa`](https://github.com/1Remote/1Remote/commit/1fe2caa26160521ea27747012cbd53cfda5e2e26) rewrite comment ### 📊 Changes **1 file changed** (+33 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `Ui/View/Host/TabWindowView.xaml_timer.cs` (+33 -21) </details> ### 📄 Description This resolves #1052 Ensured that FocusOnMe() is called in RunForIntegrate(), even if ProtocolHostType is not "Integrate." Although it may not align with the purpose for which the "RunForIntegrate" method was created, I believe we still need to give the window focus here even though if it's not an "Integrate." --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 17:23:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/1Remote#2880
No description provided.