mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 05:26:04 +03:00
[PR #1043] [CLOSED] Fix RDP connection bar disappearing after fullscreen transition #3876
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#3876
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/1Remote/1Remote/pull/1043
Author: @Copilot
Created: 11/28/2025
Status: ❌ Closed
Base:
main← Head:copilot/fix-rdp-connection-bar-issue📝 Commits (2)
649e7b9Initial plan5187479Fix RDP connection bar not displaying after fullscreen transition📊 Changes
1 file changed (+36 additions, -0 deletions)
View changed files
📝
Ui/View/Host/ProtocolHosts/AxMsRdpClient09Host.cs(+36 -0)📄 Description
Fixes #1041 - RDP connection bar disappears in fullscreen mode and fails to reappear on some Windows systems.
The RDP ActiveX control's connection bar state can become unresponsive during fullscreen transitions. When
PinConnectionBar=false(auto-hide mode), the bar may fail to respond to mouse hover at screen top.Changes
PinConnectionBarproperty after fullscreen transition inOnGoToFullScreenRequested()CONNECTION_BAR_UNPIN_DELAY_MSwith documentationThis builds on PR #1001 which addressed initialization order but didn't handle post-transition state refresh.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.